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