alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.71k stars 159 forks source link

Is this project abandoned? #193

Open ArnaudB88 opened 6 months ago

ArnaudB88 commented 6 months ago

@alastairtree It has been a long time since there were any code changes in this project. Can we assume that this project is abandoned?

If so: Thank you for all the work you've put in this lib! To the community: are there good alternatives for this lib or is there a fork in which the development is continued?

Thanks

DavidThielen commented 5 months ago

If this is continued elsewhere, happy to help.

rlv-dan commented 3 months ago

Have a look at FusionCache. It's a great alternative, that I've used in production with a distributed redis cache backend.

https://github.com/ZiggyCreatures/FusionCache