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