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;
3 references to Size
Microsoft.Extensions.Caching.Abstractions (3)
Hybrid\HybridCacheEntryContext.cs (1)
105
/// <see cref="Memory.ICacheEntry.
Size
"/>.
Hybrid\HybridCacheEntryOptions.cs (1)
50
/// <see cref="Memory.ICacheEntry.
Size
"/>.
MemoryCacheStatistics.cs (1)
24
/// Gets an estimated sum of all the <see cref="ICacheEntry.
Size
" /> values currently in the memory cache.