Tutorial: Service Worker Toolbox Recipes

Service Worker Toolbox Recipes

  • Cache Expiration

    Demonstrates using the maxEntries and maxAgeSeconds options to limit the number and age of entries stored in a cache dedicated to images fetched from an API.