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