Info
Version: | 1.2.3 |
Author(s): | Roger Zander |
Last Update: | Monday, December 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rzander/jaindb |
NuGet Url: | https://www.nuget.org/packages/jaindb.storage.SQLCache |
Install
Install-Package jaindb.storage.SQLCache
dotnet add package jaindb.storage.SQLCache
paket add jaindb.storage.SQLCache
jaindb.storage.SQLCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Costura.Fody(>= 4.1.0)
- Microsoft.Extensions.Caching.SqlServer(>= 5.0.1)
- Newtonsoft.Json(>= 12.0.3)
- System.Data.SqlClient(>= 4.8.2)
- jaindb.base(>= 1.2.3)
Tags
Note: SQLCache is not a long term storage as the items will expire after 30days (default value).