Files & File System
Cache Storage
Store network Request/Response pairs for offline usage and PWA asset caching.
Checking support...
Feature Not SupportedThis browser does not support the Cache Storage Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const cache = await caches.open('v1');
await cache.add('/index.html');About the Cache Storage Web API
CacheStorage API represents the storage for Request / Response object pairs.
Specification:W3C & WHATWG Web API Standard
Sponsored Content