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