Microsoft.AspNet.OutputCache.OutputCacheModuleAsync
1.0.2
Async version OutputCache module
Install-Package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync -Version 1.0.2
dotnet add package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync --version 1.0.2
<PackageReference Include="Microsoft.AspNet.OutputCache.OutputCacheModuleAsync" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.OutputCache.OutputCacheModuleAsync --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.OutputCache.OutputCacheModuleAsync, 1.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.OutputCache.OutputCacheModuleAsync:
Package | Downloads |
---|---|
Microsoft.Web.RedisOutputCacheProvider
Custom output cache provider for redis cache.
|
|
Hawk.CacheEx
缓存扩展库
|
|
Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider
Async version SQL OutputCache Provider
|
|
Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider
In .Net 4.6.2, asp.net enables developer plug in async version of OutputCache module which is a good fit for the non-in-memory OutputCache data store. This OutputCache provider can use both CosmosDB(table model) and Azure storage table as the data store and leverages async operation to provide better scability.
|
|
SFB.Web.Infrastructure
Infrastructure class library for Schools Financial Benchmarking service
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.AspNet.OutputCache.OutputCacheModuleAsync:
Repository | Stars |
---|---|
Azure/aspnet-redis-providers
ASP.NET Redis Providers
|