A simple local caching provider based on Microsoft.Data.SQLite.
Info
Version: | 1.4.0 |
Author(s): | ncc, Catcher Wong |
Last Update: | Monday, December 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotnetcore/EasyCaching |
NuGet Url: | https://www.nuget.org/packages/Mindbox.EasyCaching.SQLite |
Install
Install-Package Mindbox.EasyCaching.SQLite
dotnet add package Mindbox.EasyCaching.SQLite
paket add Mindbox.EasyCaching.SQLite
Mindbox.EasyCaching.SQLite Download (Unzip the "nupkg" after downloading)
Dependencies
- Mindbox.EasyCaching.Core(>= 1.2.0)
- Dapper(>= 2.0.30)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Data.SQLite(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
Tags