Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
Info
Version: | 2.4.0 |
Author(s): | https://github.com/alastairtree |
Last Update: | Wednesday, September 1, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/alastairtree/LazyCache |
NuGet Url: | https://www.nuget.org/packages/LazyCache |
Install
Install-Package LazyCache
dotnet add package LazyCache
paket add LazyCache
LazyCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Caching.Memory(>= 2.1.0)
Tags