LazyCache
LazyCache copied to clipboard
Does the new HybridCache in the latest .NET replace LazyCache?
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
@alastairtree what is your opinion on this? Do you see HybridCache as a drop-in replacement for LazyCache in all scenarios?
Hello - sorry for the slow reply. I don't do any dotnet these days at work, hence the lack of updates. From what i have read yeah HybridCache does seem to solve all the same problems - if it was around when I started LazyCache I doubt I would have created it.