Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server 2016 In-Memory OLTP (Hekaton) feature.
Info
Version: | 1.0.0 |
Author(s): | Paul Czywczynski |
Last Update: | Wednesday, November 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tempworks/Microsoft.Extensions.Caching.Hekaton |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Caching.Hekaton |
Install
Install-Package Microsoft.Extensions.Caching.Hekaton
dotnet add package Microsoft.Extensions.Caching.Hekaton
paket add Microsoft.Extensions.Caching.Hekaton
Microsoft.Extensions.Caching.Hekaton Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.1.0)
- Microsoft.Extensions.Caching.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Options(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
Tags