- Notifications
You must be signed in to change notification settings - Fork15
ASP.NET Output Cache (not for ASP.NET Core)
License
NotificationsYou must be signed in to change notification settings
aspnet/AspNetOutputCache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
- 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
- Open aVS developer command prompt
- Run build.cmd. This will build Nuget packages and run all the unit tests.
- All the build artifacts will be under AspNetOutputCache\bin\Release\ folder.
Information on contributing to this repo is in theContributing Guide.
About
ASP.NET Output Cache (not for ASP.NET Core)
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.