7 writes to _currentDistributedFetch
Microsoft.Extensions.Caching.Hybrid (7)
Internal\HybridCacheEventSource.cs (7)
61Volatile.Write(ref _currentDistributedFetch, 0); 89_ = Interlocked.Increment(ref _currentDistributedFetch); 101_ = Interlocked.Decrement(ref _currentDistributedFetch); 113_ = Interlocked.Decrement(ref _currentDistributedFetch); 121_ = Interlocked.Decrement(ref _currentDistributedFetch); 129_ = Interlocked.Decrement(ref _currentDistributedFetch); 214new PollingCounter("current-distributed-cache-fetches", this, () => Volatile.Read(ref _currentDistributedFetch)) { DisplayName = "Current Distributed Cache Fetches" },