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