[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestCachedResponseResponse](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.md) > [response](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.response.md) ## Protocol.CacheStorage.RequestCachedResponseResponse.response property Response read from the cache. Signature: ```typescript response: CachedResponse; ```