With ASP.NET 7 and 8 we have the option to use the [output caching](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/output?view=aspnetcore-7.0) middleware. We could add a new Giraffe middleware like the ones we currently have for the response caching middleware.