Back to Practical Aspnetcore

Output Cache base policy using HttpContext by checking existence of a query string parameter

projects/output-cache-middleware/output-cache-5/Readme.md

latest225 B
Original Source

Output Cache base policy using HttpContext by checking existence of a query string parameter

This sample demonstrates on how to setup a global Output Cache policy to cache any request with "cache" query string parameter.