DEV Community

Discussion on: Caching in ASP.NET Core with LazyCache

Collapse
 
nikolicbojan profile image
Bojan Nikolić

Hi,

I made for internal use a simple Memory+Distributed caching service. As you mentioned, it would be nice to have option for Distributed cache also.
Code is so dead-simple, I didn't yet even bother to put it in NuGet.

Since I do not need all LazyCache offers, I have one dependency less.
Check it out if you have time dev.to/nikolicbojan/memory-distrib...