For assets that change frequently, the ________ caching strategy is often more appropriate than cache-first.

  • Cache-first
  • Cache-only
  • Network-first
  • Stale-while-revalidate
For assets that change frequently, the network-first caching strategy is often more appropriate than cache-first. Network-first prioritizes fetching the latest version of a resource from the network and uses the cache as a fallback. This is suitable for frequently updated assets like API responses.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *