3 writes to _totalLocalCacheHit
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
55Volatile.Write(ref _totalLocalCacheHit, 0); 72_ = Interlocked.Increment(ref _totalLocalCacheHit); 208new PollingCounter("total-local-cache-hits", this, () => Volatile.Read(ref _totalLocalCacheHit)) { DisplayName = "Total Local Cache Hits" },