3 writes to _totalLocalCacheWrite
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
62
Volatile.Write(ref
_totalLocalCacheWrite
, 0);
171
_ = Interlocked.Increment(ref
_totalLocalCacheWrite
);
215
new PollingCounter("total-local-cache-writes", this, () => Volatile.Read(ref
_totalLocalCacheWrite
)) { DisplayName = "Total Local Cache Writes" },