
LazyCache
Lazy cache is a simple in-memory caching service. It has a developer friendly generics based API, and provides a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios.
Category
Programming Languages > C# > Caching
Status
Stable
Github Stars
1700
License
MIT license
Source code
https://github.com/alastairtree/LazyCache
Package Repository
https://nuget.org/packages/LazyCache
Related items
No related items