[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetApplicationCacheForFrameResponse](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.md) > [applicationCache](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.applicationcache.md) ## Protocol.ApplicationCache.GetApplicationCacheForFrameResponse.applicationCache property Relevant application cache data for the document in given frame. Signature: ```typescript applicationCache: ApplicationCache; ```