[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md) ## Protocol.Storage.CacheStorageContentUpdatedEvent interface A cache's contents have been modified. Signature: ```typescript export interface CacheStorageContentUpdatedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheName](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md) | string | Name of cache in origin. | | [origin](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.origin.md) | string | Origin to update. |