Info
Version: | 1.0.10 |
Author(s): | Aurimas Gecas |
Last Update: | Monday, February 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/icgam/Flache |
NuGet Url: | https://www.nuget.org/packages/Flache.LocalInMemoryStorage |
Install
Install-Package Flache.LocalInMemoryStorage
dotnet add package Flache.LocalInMemoryStorage
paket add Flache.LocalInMemoryStorage
Flache.LocalInMemoryStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- Flache(>= 1.0.10)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
This is perhaps useful only in extremely simple scenarios for to enable quick cache support. For more elaborate use cases please use this as an example to implement REDIS, SQL, NoSQL caches.