scottkuhl / BlazorStaticWebApp

Blazor Azure Static Web App Example
2 stars 0 forks source link

Caching - Local #4

Open scottkuhl opened 2 years ago

scottkuhl commented 2 years ago

Store data locally from the API in IndexDB to reduce load on the server.

Note that an easy way to cache resources from Azure Functions is using the Service Worker, but it is limited to 50 MB.

ref: Polly Fallbacks: The Last Line of Defense in .NET Service-to-Service Communication