Vertaling van "objet Cache" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cette promesse se résout avec un objet Cache représentant le cache du video-store.
This promise fulfills with a Cache object representing the video-store cache.
Si aucun objet Cache n'est trouvé, la Promise est résolue à false.
Retourne une Promise qui se résout en une réponse associée à la première requête correspondante dans l'objet Cache.
Returns a Promise that resolves to the response associated with the first matching request in the Cache object.
Une Promise qui renvoie true si l'objet Cache est trouvé et supprimé, false sinon.
a Promise that resolves to true if the Cache object is found and deleted, and false otherwise.
Retourne une Promise qui est résolue en l'objet Cache qui correspond au cacheName (si il n'existe pas, un nouveau cache est créé).
Returns a Promise that resolves to the Cache object matching the cacheName (a new cache is created if it doesn't already exist.)
La méthode match() de l'interface Cache retourne une Promise qui est résolue en une Response associée à la première requête qui match dans l'objet Cache.
The match() method of the Cache interface returns a Promise that resolves to the Response associated with the first matching request in the Cache object.
Note: Si le Cache spécifié n'existe pas, un nouveau cache sera crée avec cacheName et retournera une Promise renvoyant le nouvel objet Cache.
Note: If the specified Cache does not exist, a new cache is created with that cacheName and a Promise that resolves to this new Cache object is returned.
La fonction open()de l'interface CacheStorage retourne une Promise qui renvoie l'objet Cache correspondant a un cacheName.
The open() method of the CacheStorage interface returns a Promise that resolves to the Cache object matching the cacheName.
Vous ne pouvez pas utiliser l'objet cache pour décorer les fonctions dans les modules, car ça ne se comporterait pas correctement.
You cannot use the cache object to decorate functions in modules, that is because it would not behave as expected.
Caching a été centralisé dans un objet cache global qui effectue également la mise en cache en mémoire pour toutes les données.
Caching was centralized in one global cache object which also performs in-memory caching for all data.
Vous pouvez aussi choisir de redéfinir seulement l'un d'eux pour définir un nouvel objet cache pointant sur l'objet Memcache.
You could choose to redefine only one of them to define a totally new cache object pointing to the Memcache object.
Ici, on voit l'API Cache en action: on utilise la méthode CacheStorage.open() pour ouvrir un nouvel objet cache dans lequel les réponses seront stockées (similaire à un object store IndexedDB).
Here is where we see the Cache API in action. We use the CacheStorage.open() method to open a new cache object in which responses can be stored (similar to an IndexedDB object store).
Trouve l'objet Cache correspondant au cacheName, et si il est trouvé, supprime l'objet Cache et retourne une Promise résolue à true.
Finds the Cache object matching the cacheName, and if found, deletes the Cache object and returns a Promise that resolves to true.