You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding a caching provider that uses Microsoft.Extensions.Caching.Memory.IMemoryCache as its store. This could be used as an alternative to the built-in MemoryCacheLayer.
The default MemoryCache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache includes features such as automatic compaction if the cache exceeds a given size limit. It would be useful to be able to piggyback onto these capabilities while still using CacheTower's flexible layering.
The text was updated successfully, but these errors were encountered:
What problem does the feature solve?
Consider adding a caching provider that uses
Microsoft.Extensions.Caching.Memory.IMemoryCache
as its store. This could be used as an alternative to the built-inMemoryCacheLayer
.The default
MemoryCache
implementation ofMicrosoft.Extensions.Caching.Memory.IMemoryCache
includes features such as automatic compaction if the cache exceeds a given size limit. It would be useful to be able to piggyback onto these capabilities while still using CacheTower's flexible layering.The text was updated successfully, but these errors were encountered: