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