4 references to OutputCacheEntryKey
System.Web (4)
Cache\OutputCache.cs (4)
340
if (dce.
OutputCacheEntryKey
!= null) {
342
OutputCache.RemoveFromProvider(dce.
OutputCacheEntryKey
, dce.ProviderName);
357
if (dce.
OutputCacheEntryKey
!= null) {
359
OutputCache.RemoveFragment(dce.
OutputCacheEntryKey
, dce.ProviderName);