1 implementation of Size
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
156long? ICacheEntry.Size
3 writes to Size
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (2)
153entry.Size = size; 173entry.Size = options.Size;
Microsoft.Extensions.Caching.Memory (1)
MemoryDistributedCache.cs (1)
83entry.Size = value.Length;
5 references to Size
Microsoft.Extensions.Caching.Abstractions (4)
CacheEntryExtensions.cs (1)
165/// <see cref="ICacheEntry.Size"/> to change afterwards.
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.
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
168throw new InvalidOperationException(SR.Format(SR.CacheEntrySetAfterDispose, nameof(ICacheEntry.Size)));