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)
128if (!_memoryCache.ConfigLess && _configSupported) 133element = section.NamedCaches[_memoryCache.Name]; 170_cacheMemoryMonitor = new CacheMemoryMonitor(_memoryCache, _configCacheMemoryLimitMegabytes); 287long beginTotalCount = _memoryCache.GetCount(); 297trimmedOrExpired = _memoryCache.Trim(percent);