Mid ASP.NET Core

Response caching, output caching?

  • Response caching caches HTTP responses based on headers.
  • Output caching (new in ASP.NET Core 7) caches entire output of endpoints.

More from ASP.NET Core Tutorial

All questions for this course