mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 09:37:45 +00:00
Rename PrimeCache to PrimeCacheAsync (keeping older name as obsolete overload). Fixes #246.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
<cache vary-by="@Context.Request.Path">
|
||||
<app asp-prerender-module="wwwroot/ng-app/boot-server">Loading...</app>
|
||||
@await Html.PrimeCache(Url.Action("GenreMenuList", "GenresApi"))
|
||||
@await Html.PrimeCache(Url.Action("MostPopular", "AlbumsApi"))
|
||||
@await Html.PrimeCacheAsync(Url.Action("GenreMenuList", "GenresApi"))
|
||||
@await Html.PrimeCacheAsync(Url.Action("MostPopular", "AlbumsApi"))
|
||||
</cache>
|
||||
|
||||
@section scripts {
|
||||
|
||||
Reference in New Issue
Block a user