puppeteer/new-docs/puppeteer.protocol.cachestorage.cache.cachename.md

14 lines
506 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; [Cache](./puppeteer.protocol.cachestorage.cache.md) &gt; [cacheName](./puppeteer.protocol.cachestorage.cache.cachename.md)
## Protocol.CacheStorage.Cache.cacheName property
The name of the cache.
<b>Signature:</b>
```typescript
cacheName: string;
```