puppeteer/new-docs/puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md
2020-07-13 14:01:35 +01:00

14 lines
587 B
Markdown

<!-- 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;
```