11 references to CacheSection
System.Web (11)
Configuration\RuntimeConfig.cs (3)
451internal CacheSection Cache { 453return (CacheSection) GetSection("system.web/caching/cache", typeof(CacheSection));
Configuration\SystemWebCachingSectionGroup.cs (2)
16public CacheSection Cache 20return (CacheSection) Sections["cache"];
Hosting\ApplicationManager.cs (2)
1074CacheSection cacheConfig = (CacheSection)appConfig.GetSection("system.web/caching/cache");
Hosting\HostingEnvironment.cs (2)
1462CacheSection cacheConfig = (CacheSection)webConfig.GetSection("system.web/caching/cache");
HttpRuntime.cs (2)
425CacheSection cacheSection; 761out CacheSection cacheSection,