Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jan 26, 2025
1 parent 0b3cb07 commit 1ae6662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Boilerplate.Server.Api.Services;
///
/// The default Boilerplate project template includes:
/// 1. `Static` file caching on browsers and CDN edge servers.
/// 2. Caching JSON and dynamic responses on CDN edge servers and ASP.NET Core's Output Cache by using `AppResponseCache` attribute in controllers like `StatisticsController` and `AttachmentController`
/// 2. Caching JSON and dynamic responses on CDN edge servers and ASP.NET Core's Output Cache by using `AppResponseCache` attribute in controllers like `StatisticsController`, `AttachmentController` and minimal apis.
/// 3. Caching pre-rendered HTML results of Blazor pages on CDN edge servers and ASP.NET Core's Output by using `AppResponseCache` attribute in pages like HomePage.razor
///
/// - Note: The request URL must exactly match the URL passed to <see cref="PurgeCache(string[])"/> for successful purging.
Expand Down

0 comments on commit 1ae6662

Please sign in to comment.