puppeteer/new-docs/puppeteer.protocol.cachestorage.cache.md
2020-07-13 14:01:35 +01:00

896 B

Home > puppeteer > Protocol > CacheStorage > Cache

Protocol.CacheStorage.Cache interface

Cache identifier.

Signature:

export interface Cache 

Properties

Property Type Description
cacheId CacheId An opaque unique id of the cache.
cacheName string The name of the cache.
securityOrigin string Security origin of the cache.