[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [CachedResponse](./puppeteer.protocol.cachestorage.cachedresponse.md) ## Protocol.CacheStorage.CachedResponse interface Cached response Signature: ```typescript export interface CachedResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [body](./puppeteer.protocol.cachestorage.cachedresponse.body.md) | string | Entry content, base64-encoded. |