6 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (6)
MemoryCache.cs (6)
136
if (_options.
HasSizeLimit
&& entry.Size < 0)
187
if (_options.
HasSizeLimit
)
214
if (_options.
HasSizeLimit
)
367
if (_options.
HasSizeLimit
)
408
CurrentEstimatedSize = _options.
HasSizeLimit
? Size : null,
882
if (options.
HasSizeLimit
)