3 writes to _totalDistributedCacheMiss
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
58
Volatile.Write(ref
_totalDistributedCacheMiss
, 0);
112
_ = Interlocked.Increment(ref
_totalDistributedCacheMiss
);
211
new PollingCounter("total-distributed-cache-misses", this, () => Volatile.Read(ref
_totalDistributedCacheMiss
)) { DisplayName = "Total Distributed Cache Misses" },