5 writes to _cacheSize
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
198Interlocked.Add(ref coherentState._cacheSize, -entry.Size + (priorEntry?.Size).GetValueOrDefault()); 350Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 553long original = Interlocked.CompareExchange(ref coherentState._cacheSize, newSize, sizeRead); 833internal long Size => Volatile.Read(ref _cacheSize); 847Interlocked.Add(ref _cacheSize, -entry.Size);