14 lines
569 B
Markdown
14 lines
569 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetCacheDisabledRequest](./puppeteer.protocol.network.setcachedisabledrequest.md) > [cacheDisabled](./puppeteer.protocol.network.setcachedisabledrequest.cachedisabled.md)
|
||
|
|
||
|
## Protocol.Network.SetCacheDisabledRequest.cacheDisabled property
|
||
|
|
||
|
Cache disabled state.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
cacheDisabled: boolean;
|
||
|
```
|