[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Response](./puppeteer.protocol.network.response.md) > [fromPrefetchCache](./puppeteer.protocol.network.response.fromprefetchcache.md) ## Protocol.Network.Response.fromPrefetchCache property Specifies that the request was served from the prefetch cache. Signature: ```typescript fromPrefetchCache?: boolean; ```