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;
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.