[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetCacheDisabledRequest](./puppeteer.protocol.network.setcachedisabledrequest.md) ## Protocol.Network.SetCacheDisabledRequest interface Signature: ```typescript export interface SetCacheDisabledRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheDisabled](./puppeteer.protocol.network.setcachedisabledrequest.cachedisabled.md) | boolean | Cache disabled state. |