[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md) > [cacheName](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md) ## Protocol.Storage.CacheStorageContentUpdatedEvent.cacheName property Name of cache in origin. Signature: ```typescript cacheName: string; ```