[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestEntriesRequest](./puppeteer.protocol.cachestorage.requestentriesrequest.md) ## Protocol.CacheStorage.RequestEntriesRequest interface Signature: ```typescript export interface RequestEntriesRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheId](./puppeteer.protocol.cachestorage.requestentriesrequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | ID of cache to get entries from. | | [pageSize](./puppeteer.protocol.cachestorage.requestentriesrequest.pagesize.md) | [integer](./puppeteer.protocol.integer.md) | Number of records to fetch. | | [pathFilter](./puppeteer.protocol.cachestorage.requestentriesrequest.pathfilter.md) | string | If present, only return the entries containing this substring in the path | | [skipCount](./puppeteer.protocol.cachestorage.requestentriesrequest.skipcount.md) | [integer](./puppeteer.protocol.integer.md) | Number of records to skip. |