Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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 ...