Info
Version: | 0.11.0 |
Author(s): | Filip W |
Last Update: | Tuesday, April 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/filipw/AspNetWebApi-OutputCache |
NuGet Url: | https://www.nuget.org/packages/Strathweb.CacheOutput.WebApi2 |
Install
Install-Package Strathweb.CacheOutput.WebApi2
dotnet add package Strathweb.CacheOutput.WebApi2
paket add Strathweb.CacheOutput.WebApi2
Strathweb.CacheOutput.WebApi2 Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(>= 5.2.3)
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
Tags
Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you.
This is a version for Web Api 2 only.