41 references to OutputCache
System.Web (41)
Cache\OutputCache.cs (12)
118
s_entryRemovedCallback = new CacheItemRemovedCallback(
OutputCache
.EntryRemovedCallback);
119
s_dependencyRemovedCallback = new CacheItemRemovedCallback(
OutputCache
.DependencyRemovedCallback);
120
s_dependencyRemovedCallbackForFragment = new CacheItemRemovedCallback(
OutputCache
.DependencyRemovedCallbackForFragment);
170
if (name ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
319
WebBaseEvent.RaiseRuntimeError(e, typeof(
OutputCache
));
342
OutputCache
.RemoveFromProvider(dce.OutputCacheEntryKey, dce.ProviderName);
359
OutputCache
.RemoveFragment(dce.OutputCacheEntryKey, dce.ProviderName);
401
return (s_defaultProvider != null) ? s_defaultProvider.Name :
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME;
526
OutputCache
.RemoveFromProvider(key, provider.Name);
562
OutputCache
.RemoveFragment(key, provider.Name);
690
cachedVaryInCache =
OutputCache
.UtcAdd(cachedVaryKey, cachedVary);
805
cachedVaryInCache =
OutputCache
.UtcAdd(cachedVaryKey, cachedVary);
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
659
if (providerName ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
Configuration\OutputCacheSection.cs (3)
64
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME, //defaultValue
178
[ConfigurationProperty("defaultProvider", DefaultValue =
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME)]
212
if (defaultProviderName ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
HttpApplication.cs (1)
1438
return System.Web.Caching.
OutputCache
.DefaultProviderName;
HttpResponse.cs (4)
1023
OutputCache
.Remove(key, (HttpContext)null);
1026
OutputCache
.RemoveFromProvider(key, providerName);
1033
OutputCache
.Remove(key, (HttpContext)null);
1036
OutputCache
.RemoveFromProvider(key, providerName);
OutputCacheModule.cs (8)
525
if (!
OutputCache
.InUse) {
593
item =
OutputCache
.Get(key);
628
item =
OutputCache
.Get(key);
649
item =
OutputCache
.Get(key + contentEncodings[index]);
669
item =
OutputCache
.Get(key);
688
OutputCache
.Remove(key, context);
836
OutputCache
.Remove(key, context);
1264
OutputCache
.InsertResponse(_key, cachedVary,
UI\ControlCachePolicy.cs (3)
159
return
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME;
167
if (value ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
170
OutputCache
.ThrowIfProviderNotFound(value);
UI\PartialCachingAttribute.cs (2)
125
return
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME;
132
if (value ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
UI\PartialCachingControl.cs (5)
94
object tmpCacheEntry =
OutputCache
.GetFragment(_cacheKey, _provider);
102
cacheEntry = (PartialCachingCacheEntry)
OutputCache
.GetFragment(varyCachedKey, _provider);
106
OutputCache
.RemoveFragment(varyCachedKey, _provider);
431
OutputCache
.InsertFragment(_cacheKey, cachedVary,
779
if (providerName ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
UI\UserControlParser.cs (2)
80
if (_provider ==
OutputCache
.ASPNET_INTERNAL_PROVIDER_NAME) {
83
OutputCache
.ThrowIfProviderNotFound(_provider);