Articles tagged: CacheStorage
Found 7 documents
- Web/API/CacheStorage The CacheStorage interface represents the storage for Cache objects. It provides a master ...
- Web/API/CacheStorage/delete The delete () method of the CacheStorage interface finds the Cache object matching the ...
- Web/API/CacheStorage/has The has() method of the CacheStorage interface returns a Promise that resolves to true if a ...
- Web/API/CacheStorage/keys The keys () method of the CacheStorage interface returns a Promise that will resolve with an ...
- Web/API/CacheStorage/match The match() method of the CacheStorage interface checks if a given Request is a key in any of ...
- Web/API/CacheStorage/open The open() method of the CacheStorage interface returns a Promise that resolves to the Cache ...
- Web/API/Window/caches The Window.caches read-only property returns the CacheStorage object associated with the current ...