nhibernate / NHibernate-Caches

NHibernate Cache Providers
http://nhibernate.info/
GNU Lesser General Public License v2.1
40 stars 31 forks source link

Obsolete some cache providers? #143

Closed hazzik closed 5 months ago

hazzik commented 6 months ago

Some of the cache providers are long dead:

fredericDelaporte commented 6 months ago

They are already obsoleted in a way: not published as NuGet packages. Do you mean deleting them from the source? Removing them from the documentation (only Prevalence is there)? Removing them from the binary package added on the GitHub Release?

We may include in this list the MemCache cache: it uses a very obsolete client. EnyimMemcached should be used instead.

hazzik commented 6 months ago

All of these?

What I really wanted to achieve is to remove outdated binaries from the repository. Everything else is secondary.

fredericDelaporte commented 6 months ago

Ok.