[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetApplicationCacheForFrameResponse](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.md) ## Protocol.ApplicationCache.GetApplicationCacheForFrameResponse interface Signature: ```typescript export interface GetApplicationCacheForFrameResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [applicationCache](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.applicationcache.md) | [ApplicationCache](./puppeteer.protocol.applicationcache.applicationcache.md) | Relevant application cache data for the document in given frame. |