5 writes to _cacheSize
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
182Interlocked.Add(ref coherentState._cacheSize, -entry.Size + (priorEntry?.Size).GetValueOrDefault()); 331Interlocked.Add(ref coherentState._cacheSize, -entry.Size); 511long original = Interlocked.CompareExchange(ref coherentState._cacheSize, newSize, sizeRead); 782internal long Size => Volatile.Read(ref _cacheSize); 796Interlocked.Add(ref _cacheSize, -entry.Size);