ASP.NET Core middleware providing pure server-side output caching through a simple-to-use API.
Info
| Version: | 1.1.0 |
| Author(s): | Tín Nguyễn |
| Last Update: | Thursday, August 20, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/tinngv/WebEssentials.AspNetCore.OutputCaching |
| NuGet Url: | https://www.nuget.org/packages/Snk.AspNetCore.OutputCaching |
Install
Install-Package Snk.AspNetCore.OutputCaching
dotnet add package Snk.AspNetCore.OutputCaching
paket add Snk.AspNetCore.OutputCaching
Snk.AspNetCore.OutputCaching Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.0.0)
Tags