2 references to HitRatio
System.Runtime.Caching (2)
System\Caching\MemoryCacheStore.cs (1)
123
_perfCounters.Increment(PerfCounterName.
HitRatio
);
System\Caching\PerfCounters.cs (1)
82
_counters[(int)PerfCounterName.
HitRatio
] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_HIT_RATIO, instanceName, false);