How to use Output Cache with Authentication

Published: 04 September 2023
on channel: Spyros Katsios
1,376
52

Hi there! Today we are going to see how to use ASP's Output Cache with endpoints that require Authentication and Authorization, since that behavior is disabled by default.

Microsoft's documentation on Output Cache : https://learn.microsoft.com/en-us/asp...

Chapters:
00:00 : App Overview
01:33 : Adding Output Cache
03:00 : Adding a Policy

#csharp #dotnet #asp