1 write to _stats
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
182
_stats
= new MemoryCacheStatistics(this, config);
7 references to _stats
System.Runtime.Caching (7)
System\Caching\MemoryCache.cs (7)
234
return
_stats
.CacheMemoryLimit;
270
return
_stats
.PhysicalMemoryLimit;
278
return
_stats
.PollingInterval;
394
if (
_stats
!= null) {
395
_stats
.Dispose();
702
return
_stats
.GetLastSize();
740
_stats
.UpdateConfig(config);