19 lines
703 B
Markdown
19 lines
703 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) > [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. |
|
||
|
|