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