OutputCache in ASP.NET Core: Server-Controlled Caching That Actually Works
OutputCache gives you server-controlled caching independent of HTTP headers. Named policies, tag-based invalidation, and vary strategies for production ASP.NET Core applications.