LazyMemoryCache provides support for lazy in-memory caching.
Info
Version: | 1.0.6 |
Author(s): | Mark Willmer |
Last Update: | Monday, April 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mooski/LazyMemoryCache |
NuGet Url: | https://www.nuget.org/packages/Mooski.Caching.LazyMemoryCache |
Install
Install-Package Mooski.Caching.LazyMemoryCache
dotnet add package Mooski.Caching.LazyMemoryCache
paket add Mooski.Caching.LazyMemoryCache
Mooski.Caching.LazyMemoryCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
- System.ComponentModel.Annotations(>= 4.5.0)