A simple local caching provider based on Microsoft.Data.SQLite.
Info
Version: | 1.9.3-alpha20240918013649 |
Author(s): | ncc, Catcher Wong |
Last Update: | Wednesday, September 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotnetcore/EasyCaching |
NuGet Url: | https://www.nuget.org/packages/EasyCaching.SQLite |
Install
Install-Package EasyCaching.SQLite
dotnet add package EasyCaching.SQLite
paket add EasyCaching.SQLite
EasyCaching.SQLite Download (Unzip the "nupkg" after downloading)
Dependencies
- 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