[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestCachedResponseRequest](./puppeteer.protocol.cachestorage.requestcachedresponserequest.md) ## Protocol.CacheStorage.RequestCachedResponseRequest interface Signature: ```typescript export interface RequestCachedResponseRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheId](./puppeteer.protocol.cachestorage.requestcachedresponserequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Id of cache that contains the entry. | | [requestHeaders](./puppeteer.protocol.cachestorage.requestcachedresponserequest.requestheaders.md) | [Header](./puppeteer.protocol.cachestorage.header.md)\[\] | headers of the request. | | [requestURL](./puppeteer.protocol.cachestorage.requestcachedresponserequest.requesturl.md) | string | URL spec of the request. |