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

14 lines
573 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; [RequestEntriesRequest](./puppeteer.protocol.cachestorage.requestentriesrequest.md) &gt; [cacheId](./puppeteer.protocol.cachestorage.requestentriesrequest.cacheid.md)
## Protocol.CacheStorage.RequestEntriesRequest.cacheId property
ID of cache to get entries from.
<b>Signature:</b>
```typescript
cacheId: CacheId;
```