[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [Cache](./puppeteer.protocol.cachestorage.cache.md) ## Protocol.CacheStorage.Cache interface Cache identifier. Signature: ```typescript export interface Cache ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheId](./puppeteer.protocol.cachestorage.cache.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | An opaque unique id of the cache. | | [cacheName](./puppeteer.protocol.cachestorage.cache.cachename.md) | string | The name of the cache. | | [securityOrigin](./puppeteer.protocol.cachestorage.cache.securityorigin.md) | string | Security origin of the cache. |