puppeteer/new-docs/puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md

14 lines
587 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; [Storage](./puppeteer.protocol.storage.md) &gt; [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md) &gt; [cacheName](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md)
## Protocol.Storage.CacheStorageContentUpdatedEvent.cacheName property
Name of cache in origin.
<b>Signature:</b>
```typescript
cacheName: string;
```