5 writes to Hits
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
242Interlocked.Increment(ref GetStats().Hits); 244GetStats().Hits++; 365hits += Interlocked.Read(ref stats.Hits); 406_accumulatedStats!.Hits += Interlocked.Read(ref current.Hits);
1 reference to Hits
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
358long hits = _accumulatedStats!.Hits;