Partial output caching aka. donut caching in .NET 8
I was wondering if there is a best-practice to implement something analog to outputcaching that still allows us to generate a small part of the response server-side, despite the rest being outputcached? We use the MVC razor pages to render responses server side.