Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Info
Version: | 5.0.1 |
Author(s): | Microsoft |
Last Update: | Tuesday, December 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Caching.SqlServer |
Install
Install-Package Microsoft.Extensions.Caching.SqlServer
dotnet add package Microsoft.Extensions.Caching.SqlServer
paket add Microsoft.Extensions.Caching.SqlServer
Microsoft.Extensions.Caching.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Data.SqlClient(>= 1.0.19239.1)
- Microsoft.Extensions.Caching.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
Tags