[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md) ## Protocol.CacheStorage.RequestEntriesResponse interface Signature: ```typescript export interface RequestEntriesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheDataEntries](./puppeteer.protocol.cachestorage.requestentriesresponse.cachedataentries.md) | [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md)\[\] | Array of object store data entries. | | [returnCount](./puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md) | number | Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage. |