3 writes to _totalLocalCacheMiss
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
56
Volatile.Write(ref
_totalLocalCacheMiss
, 0);
80
_ = Interlocked.Increment(ref
_totalLocalCacheMiss
);
209
new PollingCounter("total-local-cache-misses", this, () => Volatile.Read(ref
_totalLocalCacheMiss
)) { DisplayName = "Total Local Cache Misses" },