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);