puppeteer/new-docs/puppeteer.protocol.cachestorage.requestentriesresponse.md
2020-07-13 14:01:35 +01:00

20 lines
990 B
Markdown

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