Strathweb.CacheOutput.WebApi2
0.11.0
A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. 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.
Install-Package Strathweb.CacheOutput.WebApi2 -Version 0.11.0
dotnet add package Strathweb.CacheOutput.WebApi2 --version 0.11.0
<PackageReference Include="Strathweb.CacheOutput.WebApi2" Version="0.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Strathweb.CacheOutput.WebApi2 --version 0.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Strathweb.CacheOutput.WebApi2, 0.11.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.5
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Strathweb.CacheOutput.WebApi2:
Package | Downloads |
---|---|
AspNetWebApi-OutputCache-MongoDb
Extension for Strathweb (@filipw) CacheOutput for WebApi (And WebApi2) that supports MongoDb
|
|
WisdomCloud.CacheOutput
Output caching library for Web Api 2 based on Strathweb.CacheOutput.WebApi2.
|
|
Cyprex.Upload
Cyprex Upload
|
|
Strathweb.CacheOutput.WebApi2.AppFabric
Extension to Strathweb CacheOutput WebApi2 for Microsoft AppFabric Distributed Caching
|
|
lan.hanshu.webapi
Common functions (webapi)
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Strathweb.CacheOutput.WebApi2:
Repository | Stars |
---|---|
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
|
|
javaSwing/MusicAPI
网易云音乐网页版API接口
|