5 writes to Hits
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
236
Interlocked.Increment(ref GetStats().
Hits
);
238
GetStats().
Hits
++;
360
hits += 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)
353
long hits = _accumulatedStats!.
Hits
;