5 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
131if (_options.HasSizeLimit && entry.Size < 0) 195if (_options.HasSizeLimit) 348if (_options.HasSizeLimit) 389CurrentEstimatedSize = _options.HasSizeLimit ? Size : null, 845if (options.HasSizeLimit)