3 references to HasSizeLimit
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
121
if (_options.
HasSizeLimit
&& entry.Size < 0)
185
if (_options.
HasSizeLimit
)
281
if (_options.
HasSizeLimit
)