3 writes to _totalLocalCacheWrite
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
62Volatile.Write(ref _totalLocalCacheWrite, 0); 171_ = Interlocked.Increment(ref _totalLocalCacheWrite); 215new PollingCounter("total-local-cache-writes", this, () => Volatile.Read(ref _totalLocalCacheWrite)) { DisplayName = "Total Local Cache Writes" },