1 write to _cacheMemoryMonitor
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
134_cacheMemoryMonitor = new CacheMemoryMonitor(_memoryCache, _configCacheMemoryLimitMegabytes);
10 references to _cacheMemoryMonitor
System.Runtime.Caching (10)
System\Caching\MemoryCacheStatistics.cs (10)
55if (_physicalMemoryMonitor.IsAboveHighPressure() || _cacheMemoryMonitor.IsAboveHighPressure()) { 64if ((_cacheMemoryMonitor.PressureLast > _cacheMemoryMonitor.PressureLow / 2) 89return this._cacheMemoryMonitor.PressureLast; 96return Math.Max(_physicalMemoryMonitor.GetPercentToTrim(_lastTrimTime, _lastTrimPercent), _cacheMemoryMonitor.GetPercentToTrim(_lastTrimTime, _lastTrimPercent)); 167_cacheMemoryMonitor.Update(); 176return _cacheMemoryMonitor.MemoryLimit; 265if (_cacheMemoryMonitor != null) { 266_cacheMemoryMonitor.Dispose(); 300_cacheMemoryMonitor.SetLimit(cacheMemoryLimitMegabytes);