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