6 writes to CacheSize
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
190Interlocked.Add(ref coherentState.CacheSize, -priorEntry.Size); 212Interlocked.Add(ref coherentState.CacheSize, -entry.Size); 364Interlocked.Add(ref coherentState.CacheSize, -entry.Size); 571long original = Interlocked.CompareExchange(ref coherentState.CacheSize, committedSize, sizeRead); 865internal long Size => Volatile.Read(ref CacheSize); 879Interlocked.Add(ref CacheSize, -entry.Size);