1 write to _memoryCache
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
193
_memoryCache
= memoryCache;
5 references to _memoryCache
System.Runtime.Caching (5)
System\Caching\MemoryCacheStatistics.cs (5)
105
if (!
_memoryCache
.ConfigLess) {
108
element = section.NamedCaches[
_memoryCache
.Name];
134
_cacheMemoryMonitor = new CacheMemoryMonitor(
_memoryCache
, _configCacheMemoryLimitMegabytes);
220
long beginTotalCount =
_memoryCache
.GetCount();
222
long trimmedOrExpired =
_memoryCache
.Trim(percent);