Microsoft.AspNet.OutputCache.OutputCacheModuleAsync
1.0.0
Async version OutputCache module
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync -Version 1.0.0
dotnet add package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync --version 1.0.0
<PackageReference Include="Microsoft.AspNet.OutputCache.OutputCacheModuleAsync" Version="1.0.0" />
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.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.OutputCache.OutputCacheModuleAsync, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.OutputCache.OutputCacheModuleAsync as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.OutputCache.OutputCacheModuleAsync&version=1.0.0
// Install Microsoft.AspNet.OutputCache.OutputCacheModuleAsync as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.OutputCache.OutputCacheModuleAsync&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
|