3 writes to _totalLocalCacheMiss
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
56Volatile.Write(ref _totalLocalCacheMiss, 0); 80_ = Interlocked.Increment(ref _totalLocalCacheMiss); 209new PollingCounter("total-local-cache-misses", this, () => Volatile.Read(ref _totalLocalCacheMiss)) { DisplayName = "Total Local Cache Misses" },