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