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