5 writes to Hits
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
236Interlocked.Increment(ref GetStats().Hits); 238GetStats().Hits++; 360hits += Interlocked.Read(ref stats.Hits); 401_accumulatedStats!.Hits += Interlocked.Read(ref current.Hits);
1 reference to Hits
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
353long hits = _accumulatedStats!.Hits;