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