aspnet / AspNetOutputCache

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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 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

About

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

License:MIT License


Languages

Language:C# 99.4%Language:Batchfile 0.6%