dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.51k stars 9.75k forks source link

Add a Blazor Cache component #55520

Open danroth27 opened 2 weeks ago

danroth27 commented 2 weeks ago

MVC & Razor Pages have a cache tag helper that can be used to cache part of the rendered output of a page. We should consider if we want to add a Blazor Cache component with similar functionality.

Related features requests from the community:

To support this in Blazor, we'd need to figure out how it would work with Blazor's various render modes.