4 references to Size
Microsoft.Extensions.Caching.Memory (4)
MemoryCache.cs (4)
94
internal long Size => _coherentState.
Size
;
446
long sizeRead = coherentState.
Size
;
500
long currentSize = coherentState.
Size
;
516
_logger.LogDebug($"Overcapacity compaction executed. New size {coherentState.
Size
}");