Articles tagged: Cache
Found 20 documents
- Mozilla/Tech/XPCOM/Reference/Interface/nsICache The nsICache is a namespace for various cache constants. It does not represent an actual object.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheDeviceInfo
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheEntryDescriptor This method explicitly closes the descriptor (optional).
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheEntryInfo This method finds out whether or not the cache entry is stream based.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheMetaDataVisitor This method is called for each key/value pair in the meta data for a cache entry.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheService This method creates a cache session.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheSession This method gives an asynchronous cache access. Does not block the calling thread. Instead, the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsICacheVisitor This method is called to provide information about a cache device.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICachingChannel This interface provides:
- Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
- Web/API/Cache/add The add() method of the Cache interface takes a URL, retrieves it and adds the resulting ...
- Web/API/Cache/addAll The addAll() method of the Cache interface takes an array of URLS, retrieves them, and adds the ...
- Web/API/Cache/delete The delete() method of the Cache interface finds the Cache entry whose key is the request, and ...
- Web/API/Cache/keys The keys() method of the Cache interface returns a Promise that resolves to an array of Cache keys.
- Web/API/Cache/match The match() method of the Cache interface returns a Promise that resolves to the Response ...
- Web/API/Cache/matchAll The matchAll() method of the Cache interface returns a Promise that resolves to an array of all ...
- Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
- Web/API/Request/cache The cache read-only property of the Request interface contains the cache mode of the request. It ...
- Web/HTML/Using_the_application_cache HTML5 provides an application caching mechanism that lets web-based applications run offline. ...
- Working_with_BFCache Q: What is the BFCache exactly?