1 implementation of Size
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
155
long? ICacheEntry.
Size
3 writes to Size
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (2)
148
entry.
Size
= size;
166
entry.
Size
= options.Size;
Microsoft.Extensions.Caching.Memory (1)
MemoryDistributedCache.cs (1)
83
entry.
Size
= value.Length;
1 reference to Size
Microsoft.Extensions.Caching.Abstractions (1)
MemoryCacheStatistics.cs (1)
24
/// Gets an estimated sum of all the <see cref="ICacheEntry.
Size
" /> values currently in the memory cache.