4 references to Entries
System.Runtime.Caching (4)
System\Runtime\Caching\Counters.cs (2)
74
_counters[(int)CounterName.
Entries
] = CreatePollingCounter("entries", "Cache Entries", () => Interlocked.Read(ref _counterValues.Entries));
140
case CounterName.
Entries
: return ref _counterValues.Entries;
System\Runtime\Caching\MemoryCacheStore.cs (2)
86
_perfCounters.Increment(CounterName.
Entries
);
121
_perfCounters.Decrement(CounterName.
Entries
);