[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetApplicationCacheForFrameRequest](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.md) ## Protocol.ApplicationCache.GetApplicationCacheForFrameRequest interface Signature: ```typescript export interface GetApplicationCacheForFrameRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [frameId](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Identifier of the frame containing document whose application cache is retrieved. |