mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
896 B
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. |