LazyCache
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
Total Downloads
56.4M
56,407,981
Published
Sep 1, 2021
Latest stable version
Install
.NET CLI
dotnet add package LazyCache --version 2.4.0
Package Manager Console
Install-Package LazyCache -Version 2.4.0
PackageReference
<PackageReference Include="LazyCache" Version="2.4.0" />
Frameworks
Dependencies
Microsoft.Extensions.Caching.Abstractions
[2.1.0, )
.NETStandard2.0
Microsoft.Extensions.Caching.Memory
[2.1.0, )
.NETStandard2.0