[null,null,["आखिरी बार 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."]]