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