8 references to OutputCache
System.Web (8)
Cache\OutputCache.cs (1)
115
OutputCacheSection settings = RuntimeConfig.GetAppConfig().
OutputCache
;
HttpCachePolicy.cs (1)
941
OutputCacheSection outputCacheConfig = config.
OutputCache
;
HttpResponse.cs (3)
355
OutputCacheSection outputCacheConfig = config.
OutputCache
;
406
OutputCacheSection outputCacheConfig = config.
OutputCache
;
852
OutputCacheSection outputCacheConfig = RuntimeConfig.GetAppConfig().
OutputCache
;
OutputCacheModule.cs (1)
497
OutputCacheSection cacheConfig = RuntimeConfig.GetAppConfig().
OutputCache
;
UI\Page.cs (1)
3546
OutputCacheSection outputCacheConfig = config.
OutputCache
;
UI\PartialCachingControl.cs (1)
351
if (_cachingDisabled || !RuntimeConfig.GetAppConfig().
OutputCache
.EnableFragmentCache) {