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.72k stars 159 forks source link

Does the new HybridCache in the latest .NET replace LazyCache? #196

Open DavidThielen opened 4 months ago

DavidThielen commented 4 months ago

Not to denigrate LazyCache as it's been incredibly useful up to now. But going forward, is there any reason to continue with LazyCache instead of using the new HybridCache?

thanks - dave