[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestCachedResponseResponse](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.md) ## Protocol.CacheStorage.RequestCachedResponseResponse interface Signature: ```typescript export interface RequestCachedResponseResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [response](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.response.md) | [CachedResponse](./puppeteer.protocol.cachestorage.cachedresponse.md) | Response read from the cache. |