Info
Version: | 0.7.0 |
Author(s): | Filip W |
Last Update: | Wednesday, April 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/filipw/AspNetWebApi-OutputCache |
NuGet Url: | https://www.nuget.org/packages/OmwWeb.CacheOutput.WebApi2 |
Install
Install-Package OmwWeb.CacheOutput.WebApi2
dotnet add package OmwWeb.CacheOutput.WebApi2
paket add OmwWeb.CacheOutput.WebApi2
OmwWeb.CacheOutput.WebApi2 Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(5.2.2)
- Microsoft.AspNet.WebApi.Client(5.2.2)
Tags
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.