5 writes to Hits
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
249Interlocked.Increment(ref GetStats().Hits); 251GetStats().Hits++; 372hits += Interlocked.Read(ref stats.Hits); 413_accumulatedStats!.Hits += Interlocked.Read(ref current.Hits);
1 reference to Hits
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
365long hits = _accumulatedStats!.Hits;