Info
Version: | 1.3.2 |
Author(s): | BBernard / CajunCoding |
Last Update: | Wednesday, November 16, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/LazyCacheHelpers |
NuGet Url: | https://www.nuget.org/packages/LazyCacheHelpers |
Install
Install-Package LazyCacheHelpers
dotnet add package LazyCacheHelpers
paket add LazyCacheHelpers
LazyCacheHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.Caching(>= 5.0.0)
Tags
It provides support for both Sync and Async Lazy caching operations in an extremely lightweight and simple footprint -- with passive cache coding style using Lambdas to maximize server utilization and performance with a blocking, or self-populating, cache implementation!.