Lazy memory 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.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
May 2, 2024
$ dotnet add package FFF.LazyMemoryCacheNo README available.