5 writes to _accumulatedEvictions
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
331
Interlocked.Increment(ref
_accumulatedEvictions
);
404
TotalEvictions = Interlocked.Read(ref
_accumulatedEvictions
)
416
Interlocked.Increment(ref
_accumulatedEvictions
);
529
Interlocked.Increment(ref
_accumulatedEvictions
);
696
Interlocked.Add(ref
_accumulatedEvictions
, actuallyRemoved);