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