Info
Version: | 6.0.0-rc.2 |
Author(s): | DistributedResponseCachingMiddleware |
Last Update: | Wednesday, November 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DistributedResponseCachingMiddleware |
Install
Install-Package DistributedResponseCachingMiddleware
dotnet add package DistributedResponseCachingMiddleware
paket add DistributedResponseCachingMiddleware
DistributedResponseCachingMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.AspNetCore.ResponseCaching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Caching.Memory(>= 3.1.3)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
It uses Microsoft.AspNetCore.ResponseCaching internally (via git submodule and linking in csproj).