5 writes to _accumulatedEvictions
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
336
Interlocked.Increment(ref
_accumulatedEvictions
);
409
TotalEvictions = Interlocked.Read(ref
_accumulatedEvictions
)
421
Interlocked.Increment(ref
_accumulatedEvictions
);
534
Interlocked.Increment(ref
_accumulatedEvictions
);
701
Interlocked.Add(ref
_accumulatedEvictions
, actuallyRemoved);