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