14 lines
605 B
Markdown
14 lines
605 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) > [RequestCachedResponseRequest](./puppeteer.protocol.cachestorage.requestcachedresponserequest.md) > [cacheId](./puppeteer.protocol.cachestorage.requestcachedresponserequest.cacheid.md)
|
||
|
|
||
|
## Protocol.CacheStorage.RequestCachedResponseRequest.cacheId property
|
||
|
|
||
|
Id of cache that contains the entry.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
cacheId: CacheId;
|
||
|
```
|