Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using SQLite.
Info
Version: | 2.1.2 |
Author(s): | Gree |
Last Update: | Saturday, October 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Gree.Microsoft.Extensions.Caching.SQLite |
Install
Install-Package Gree.Microsoft.Extensions.Caching.SQLite
dotnet add package Gree.Microsoft.Extensions.Caching.SQLite
paket add Gree.Microsoft.Extensions.Caching.SQLite
Gree.Microsoft.Extensions.Caching.SQLite Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.2000)
- Dapper(>= 1.50.5)
- Microsoft.Data.Sqlite(>= 2.1.0)
- Microsoft.Extensions.Options(>= 2.1.1)
Tags