[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]