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