ASP.NET Output Cache (not for ASP.NET Core)
Перейти к файлу
Hong Li 7f7a7950d7
Enable more SDL tools for this repo (#25)
2024-11-04 22:32:00 -08:00
.nuget
azure-pipeline Enable more SDL tools for this repo (#25) 2024-11-04 22:32:00 -08:00
docs
src
test
tools
.gitignore
CODE-OF-CONDUCT.md
CONTRIBUTING.md
License.txt
Microsoft.AspNet.OutputCache.sln
MicrosoftAspNetOutputCache.msbuild
Readme.md
SECURITY.md
build.cmd
clean.cmd

Readme.md

Introduction

OutputCacheModule is ASP.NETs 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 on this blog post.

How to build

  1. Open a VS 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 the Contributing Guide.

The Following Packages Are Built In This Repo