puppeteer/new-docs/puppeteer.protocol.cachestorage.requestentriesrequest.md

22 lines
1.2 KiB
Markdown
Raw Normal View History

<!-- 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; [RequestEntriesRequest](./puppeteer.protocol.cachestorage.requestentriesrequest.md)
## Protocol.CacheStorage.RequestEntriesRequest interface
<b>Signature:</b>
```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. |