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 457 forks source link

Is this project still alive ? #330

Closed NinjaCross closed 3 years ago

NinjaCross commented 3 years ago

I really like this project very much, but I'm a bit concerned about the fact that there are still many (old) opened issues, and it seems it's no longer actively maintained. My main concern is related to the usage of this library into a couple of big projects I'm going to start this year. My customers are raising questions about the potential impact caused by the usage of abandoned / not evolving dependencies. Are there future plans and evolutions for this project in the foreseeable future ?

MichaCo commented 3 years ago

Its a fair question. My plan is to spend a bit more time this year on OS projects again. Not sure what exactly that means for CacheManager though. That being said, I'm using CacheManager in a major project at work extensively, too, meaning, the library will not go away anytime soon and I'll continue to fix bugs.

I was also planning a V2 with a simplified design / smaller feature set, which will not be compatible with V1 at all. Primarily to get rid of a lot of code and currently supported things I cannot really test and almost noone is using. But also to improve things I'm not happy with in the current version.

Hope that helps ^^

MichaCo commented 3 years ago

/closing this for now, I'm pretty close to releasing 2.0 - see #340, I hope you guys can help testing it ^^