MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.33k stars 458 forks source link

Publish latest? #299

Open ndrwrbgs opened 4 years ago

ndrwrbgs commented 4 years ago

It looks like #228 added what I was wanting, but that the latest of the https://www.nuget.org/packages/CacheManager.SystemRuntimeCaching was published the year prior.

ndrwrbgs commented 4 years ago

CC @MichaCo

scovel commented 3 years ago

Could we have a release with this feature soon? I've got a situation where a flood of requests causes the MicrosoftMemoryCacheHandle to use all the memory allocated to a container and it crashes. I need a way to preemptively flush old cache items rather than just crashing with an OOM exception. Sounds like this feature is exactly what I need.

@MichaCo

Thanks

TalAloni commented 3 years ago

Yes, please publish the latest.