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