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)
105if (!_memoryCache.ConfigLess) { 108element = section.NamedCaches[_memoryCache.Name]; 134_cacheMemoryMonitor = new CacheMemoryMonitor(_memoryCache, _configCacheMemoryLimitMegabytes); 220long beginTotalCount = _memoryCache.GetCount(); 222long trimmedOrExpired = _memoryCache.Trim(percent);