Setting up Microsoft SQL Server caching for ASP.NET Core.
Info
Version: | 6.0.0 |
Author(s): | Dejan Stojanovic |
Last Update: | Saturday, February 25, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dejanstojanovic/efcore-sqlserver-caching |
NuGet Url: | https://www.nuget.org/packages/Caching.SqlServer.Infastructure |
Install
Install-Package Caching.SqlServer.Infastructure
dotnet add package Caching.SqlServer.Infastructure
paket add Caching.SqlServer.Infastructure
Caching.SqlServer.Infastructure Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 5.0.1)
- Microsoft.Extensions.Caching.SqlServer(>= 5.0.1)
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)