14 lines
678 B
Markdown
14 lines
678 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md) > [returnCount](./puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md)
|
||
|
|
||
|
## Protocol.CacheStorage.RequestEntriesResponse.returnCount property
|
||
|
|
||
|
Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
returnCount: number;
|
||
|
```
|