5 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (5)
MemoryCache.cs (5)
115if (_options.HasSizeLimit && entry.Size < 0) 179if (_options.HasSizeLimit) 329if (_options.HasSizeLimit) 370CurrentEstimatedSize = _options.HasSizeLimit ? Size : null 794if (options.HasSizeLimit)