Minimal cache utility (key value pairs) using Json and Sqlite.
Info
| Version: | 0.1.5 |
| Author(s): | MiniCache |
| Last Update: | Saturday, July 22, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/xleon/MiniCache |
| NuGet Url: | https://www.nuget.org/packages/MiniCache |
Install
Install-Package MiniCache
dotnet add package MiniCache
paket add MiniCache
MiniCache Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- sqlite-net-pcl(>= 1.3.1)
- Newtonsoft.Json(>= 10.0.2)
Tags