[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [ReloadRequest](./puppeteer.protocol.page.reloadrequest.md) > [ignoreCache](./puppeteer.protocol.page.reloadrequest.ignorecache.md) ## Protocol.Page.ReloadRequest.ignoreCache property If true, browser cache is ignored (as if the user pressed Shift+refresh). Signature: ```typescript ignoreCache?: boolean; ```