6 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
136if (_options.HasSizeLimit && entry.Size < 0) 187if (_options.HasSizeLimit) 214if (_options.HasSizeLimit) 367if (_options.HasSizeLimit) 408CurrentEstimatedSize = _options.HasSizeLimit ? Size : null, 882if (options.HasSizeLimit)