3 writes to _totalDistributedCacheHit
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
57Volatile.Write(ref _totalDistributedCacheHit, 0); 100_ = Interlocked.Increment(ref _totalDistributedCacheHit); 210new PollingCounter("total-distributed-cache-hits", this, () => Volatile.Read(ref _totalDistributedCacheHit)) { DisplayName = "Total Distributed Cache Hits" },