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

19 lines
703 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; [DeleteCacheRequest](./puppeteer.protocol.cachestorage.deletecacherequest.md)
## Protocol.CacheStorage.DeleteCacheRequest interface
<b>Signature:</b>
```typescript
export interface DeleteCacheRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [cacheId](./puppeteer.protocol.cachestorage.deletecacherequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Id of cache for deletion. |