6 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
131if (_options.HasSizeLimit && entry.Size < 0) 182if (_options.HasSizeLimit) 209if (_options.HasSizeLimit) 362if (_options.HasSizeLimit) 403CurrentEstimatedSize = _options.HasSizeLimit ? Size : null, 863if (options.HasSizeLimit)