1 write to _memoryCache
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStatistics.cs (1)
259
_memoryCache
= memoryCache;
5 references to _memoryCache
System.Runtime.Caching (5)
System\Runtime\Caching\MemoryCacheStatistics.cs (5)
128
if (!
_memoryCache
.ConfigLess && _configSupported)
133
element = section.NamedCaches[
_memoryCache
.Name];
170
_cacheMemoryMonitor = new CacheMemoryMonitor(
_memoryCache
, _configCacheMemoryLimitMegabytes);
287
long beginTotalCount =
_memoryCache
.GetCount();
297
trimmedOrExpired =
_memoryCache
.Trim(percent);