puppeteer/new-docs/puppeteer.protocol.cachestorage.deleteentryrequest.cacheid.md

14 lines
573 B
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; [DeleteEntryRequest](./puppeteer.protocol.cachestorage.deleteentryrequest.md) &gt; [cacheId](./puppeteer.protocol.cachestorage.deleteentryrequest.cacheid.md)
## Protocol.CacheStorage.DeleteEntryRequest.cacheId property
Id of cache where the entry will be deleted.
<b>Signature:</b>
```typescript
cacheId: CacheId;
```