Info
Version: | 1.0.0.3 |
Author(s): | MemStache |
Last Update: | Saturday, January 1, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dlandi/MemStache |
NuGet Url: | https://www.nuget.org/packages/MemStache |
Install
Install-Package MemStache
dotnet add package MemStache
paket add MemStache
MemStache Download (Unzip the "nupkg" after downloading)
Dependencies
- LiteDB(>= 5.0.9)
- Microsoft.AspNetCore.DataProtection(>= 3.1.7)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Caching.Memory(>= 3.1.7)
- Microsoft.Extensions.DependencyInjection(>= 3.1.7)
- Newtonsoft.Json(>= 12.0.3)
A Flexible, Powerful Cache Library with these features
- the NewtonSoft library to serialize the data,
- built-in data-compression
- the Microsoft.AspNetCore.DataProtection API to encrypt the data in-memory
- Microsoft.Extensions.Caching.Memory API to provide a memory-managed in-memory Cache
- the LiteDB library to provide an encrypted on-disk Cache
- optional use of compression and/or encryption.