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