ASP & ASP.NET Tutorial Series (200/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Only cache safe idempotent GET responses.
ResponseCache tip
[ResponseCache(Duration = 60)]
public IActionResult PublicList() => View();