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