22 lines
855 B
Markdown
22 lines
855 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md)
|
||
|
|
||
|
## Protocol.Storage.CacheStorageContentUpdatedEvent interface
|
||
|
|
||
|
A cache's contents have been modified.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CacheStorageContentUpdatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [cacheName](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md) | string | Name of cache in origin. |
|
||
|
| [origin](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.origin.md) | string | Origin to update. |
|
||
|
|