[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.events.CacheItemEvent\u003c/code\u003e provides data for cache hit/insertion events, but is deprecated and never fires.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the \u003ccode\u003etype\u003c/code\u003e of event and \u003ccode\u003eurl\u003c/code\u003e of cached data as parameters for its constructor.\u003c/p\u003e\n"],["\u003cp\u003eAlthough deprecated, the \u003ccode\u003eurl\u003c/code\u003e property is available to access the URL of data retrieved from the cache.\u003c/p\u003e\n"]]],[],null,["# Class: CacheItemEvent\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).CacheItemEvent\n===================================================================================================================================================\n\nclass static\n\nEvent data for a `cast.framework.events.EventType.CACHE_HIT` event or a\n`cast.framework.events.EventType.CACHE_INSERTED` event.\n\nConstructor\n-----------\n\n### CacheItemEvent\n\nnew\nCacheItemEvent(type, url)\n\n| #### Parameter ||\n|------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| type | [cast.framework.events.EventType](/cast/docs/reference/web_receiver/cast.framework.events#.EventType) Type of this event. Value must not be null. |\n| url | string URL of data fetched from cache. |\n\nDeprecated\n: This event never fires.\n\nProperty\n--------\n\n### url\n\nconstant\n\nstring\n\nThe URL of data fetched from cache."]]