[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestCacheNamesResponse](./puppeteer.protocol.cachestorage.requestcachenamesresponse.md) > [caches](./puppeteer.protocol.cachestorage.requestcachenamesresponse.caches.md) ## Protocol.CacheStorage.RequestCacheNamesResponse.caches property Caches for the security origin. Signature: ```typescript caches: Cache[]; ```