ASP.NET Output Cache (not for ASP.NET Core)
Перейти к файлу
dotnet-policy-service[bot] a3c50abe0a
Updated for https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build?definitionId=21147 by using baselines generated in https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build/results?buildId=10222768
2024-09-14 00:30:43 +00:00
.config/1espt Updated for https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build?definitionId=21147 by using baselines generated in https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build/results?buildId=10222768 2024-09-14 00:30:43 +00:00
.nuget Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
azure-pipeline Fix how the azure pipeline gets the Git commit for the build. (#21) 2024-06-03 12:29:46 -07:00
docs Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
src Update Azure.Data.Tables dependency to 12.7.1. (#18) 2024-06-03 09:14:20 -07:00
test Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
tools Update Assembly/File versioning to incorporate GitCommit. (#19) 2024-06-03 09:15:54 -07:00
.gitignore Package authoring update. 2023-01-20 12:01:54 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#9) 2020-04-09 12:53:01 -07:00
CONTRIBUTING.md Dev prepareoss (#3) 2018-04-05 13:10:11 -07:00
License.txt Dev prepareoss (#3) 2018-04-05 13:10:11 -07:00
Microsoft.AspNet.OutputCache.sln Update Assembly/File versioning to incorporate GitCommit. (#19) 2024-06-03 09:15:54 -07:00
MicrosoftAspNetOutputCache.msbuild Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
Readme.md Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
SECURITY.md Add SECURITY.md 2024-09-10 16:52:45 -07:00
build.cmd Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00
clean.cmd Updates for build pipeline update (#11) 2023-01-20 09:53:36 -08:00

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