<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [RequestCachedResponseResponse](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.md) &gt; [response](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.response.md)

## Protocol.CacheStorage.RequestCachedResponseResponse.response property

Response read from the cache.

<b>Signature:</b>

```typescript
response: CachedResponse;
```