5 writes to _accumulatedEvictions
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
317
Interlocked.Increment(ref
_accumulatedEvictions
);
390
TotalEvictions = Interlocked.Read(ref
_accumulatedEvictions
)
402
Interlocked.Increment(ref
_accumulatedEvictions
);
515
Interlocked.Increment(ref
_accumulatedEvictions
);
678
Interlocked.Add(ref
_accumulatedEvictions
, actuallyRemoved);