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