3 references to HitRatioBase
System.Runtime.Caching (3)
System\Caching\MemoryCacheStore.cs (2)
124
_perfCounters.Increment(PerfCounterName.
HitRatioBase
);
130
_perfCounters.Increment(PerfCounterName.
HitRatioBase
);
System\Caching\PerfCounters.cs (1)
83
_counters[(int)PerfCounterName.
HitRatioBase
] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_HIT_RATIO_BASE, instanceName, false);