关于[ASP.NET Core on .NET 7.0 - Output caching]的摘要:
Finally, Microsoft added output caching to the ASP.NET Core 7.0 preview 6. Output caching is a middleware that caches the entire output of an endpoint instead of executing the endpoint every time it gets requested. This will make your endpoints a lot faster.
原文地址: https://asp.net-hacker.rocks/2022/07/26/aspnetcore7-outputcaching.html