Demo for Service Worker Caching and HTTP Caching

Enable the auto-refresh to see the caching effects in different caching scenarios.

HTTP Caching Only SW: Network First SW: Stale While Revalidate SW: Cache First
Cache: no-cache
Cache: max-age=2
Cache: max-age=5
Cache: max-age=60
Cache: max-age=300