Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ASP.NET Output Cache (not for ASP.NET Core)

License

NotificationsYou must be signed in to change notification settings

aspnet/AspNetOutputCache

Repository files navigation

OutputCacheModule is ASP.NET’s default handler for storing the generated output of pages, controls, and HTTP responses. This content can then be reused when appropriate to improve performance. Prior to the .NET Framework 4.6.2, the OutputCache Module did not support async read/write to the storage. You can find more details onthis blog post.

Key Benefits

  • Asynchronous operations for improved scalability
  • Better performance in high-traffic applications
  • Multiple storage provider options (SQL Server, Azure Cosmos DB)
  • Compatible with existing ASP.NET output cache APIs

How to build

  1. Open aVS developer command prompt
  2. Run build.cmd. This will build Nuget packages and run all the unit tests.
  3. All the build artifacts will be under AspNetOutputCache\bin\Release\ folder.

How to contribute

Information on contributing to this repo is in theContributing Guide.

The Following Packages Are Built In This Repo

About

ASP.NET Output Cache (not for ASP.NET Core)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp