2 writes to _totalLocalCacheHit
Microsoft.Extensions.Caching.Hybrid (2)
Internal\HybridCacheEventSource.cs (2)
55
Volatile.Write(ref
_totalLocalCacheHit
, 0);
72
_ = Interlocked.Increment(ref
_totalLocalCacheHit
);