[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [DeleteEntryRequest](./puppeteer.protocol.cachestorage.deleteentryrequest.md) > [cacheId](./puppeteer.protocol.cachestorage.deleteentryrequest.cacheid.md) ## Protocol.CacheStorage.DeleteEntryRequest.cacheId property Id of cache where the entry will be deleted. Signature: ```typescript cacheId: CacheId; ```