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