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