13 references to OutputCacheSection
System.Web (13)
Cache\OutputCache.cs (1)
115OutputCacheSection settings = RuntimeConfig.GetAppConfig().OutputCache;
Configuration\RuntimeConfig.cs (3)
457internal OutputCacheSection OutputCache { 459return (OutputCacheSection) GetSection("system.web/caching/outputCache", typeof(OutputCacheSection), ResultsIndex.OutputCache);
Configuration\SystemWebCachingSectionGroup.cs (2)
25public OutputCacheSection OutputCache 29return (OutputCacheSection) Sections["outputCache"];
HttpCachePolicy.cs (2)
941OutputCacheSection outputCacheConfig = config.OutputCache; 946omitVaryStar = OutputCacheSection.DefaultOmitVaryStar;
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;