Back to Practical Aspnetcore

Output Cache base policy using HttpContext to cache endpoints with a certain url segment

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

latest228 B
Original Source

Output Cache base policy using HttpContext to cache endpoints with a certain url segment

This sample demonstrates on how to setup a global Output Cache policy to cache any request with "/cache" at the start of url segments.