How to use Output Cache with Authentication

Опубликовано: 02 Июль 2026
на канале: Spyros Katsios
1,664
58

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