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