4 references to MemoryCacheSection
System.Runtime.Caching (4)
System\Runtime\Caching\Configuration\CachingSectionGroup.cs (2)
21public MemoryCacheSection MemoryCaches 25return (MemoryCacheSection)Sections["memoryCache"];
System\Runtime\Caching\MemoryCacheStatistics.cs (2)
130MemoryCacheSection section = ConfigurationManager.GetSection("system.runtime.caching/memoryCache") as MemoryCacheSection;