1 implementation of Size
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
155long? ICacheEntry.Size
3 writes to Size
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (2)
148entry.Size = size; 166entry.Size = options.Size;
Microsoft.Extensions.Caching.Memory (1)
MemoryDistributedCache.cs (1)
83entry.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.