Microsoft.AspNet.OutputCache.OutputCacheModuleAsync
1.0.2
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync --version 1.0.2
NuGet\Install-Package Microsoft.AspNet.OutputCache.OutputCacheModuleAsync -Version 1.0.2
<PackageReference Include="Microsoft.AspNet.OutputCache.OutputCacheModuleAsync" Version="1.0.2" />
paket add Microsoft.AspNet.OutputCache.OutputCacheModuleAsync --version 1.0.2
#r "nuget: Microsoft.AspNet.OutputCache.OutputCacheModuleAsync, 1.0.2"
// Install Microsoft.AspNet.OutputCache.OutputCacheModuleAsync as a Cake Addin #addin nuget:?package=Microsoft.AspNet.OutputCache.OutputCacheModuleAsync&version=1.0.2 // Install Microsoft.AspNet.OutputCache.OutputCacheModuleAsync as a Cake Tool #tool nuget:?package=Microsoft.AspNet.OutputCache.OutputCacheModuleAsync&version=1.0.2
Async version OutputCache module
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 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. |
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
|