Persistent Memory Cache, caches in Memory but also to Disk, so cache is persistent across restarts, build on Top of "Microsoft.Extensions.Caching.Abstractions" and "LiteDB".
Info
Version: | 1.0.15-Beta |
Author(s): | Joel Weiss |
Last Update: | Wednesday, September 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/joelweiss/PersistentMemoryCache |
NuGet Url: | https://www.nuget.org/packages/PersistentMemoryCache |
Install
Install-Package PersistentMemoryCache
dotnet add package PersistentMemoryCache
paket add PersistentMemoryCache
PersistentMemoryCache Download (Unzip the "nupkg" after downloading)
Dependencies
- LiteDB(>= 3.1.4)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
Tags