====== JS_CACHE_USE ====== ---- dataentry event ---- Description: manipulate the JavaScript cache DefaultAction: determine whether or not cached data should be used Preventable: yes Added_dt: 2012-03-10 ---- This Event is signaled from the caching object used in [[xref>lib/exe/js.php]] when the validity of the JavaScript cache is determined. It can be used to influence how the JavaScript is cached. ===== Passed Data ===== $data is a [[xref>cache]] object -- refer [[xref>inc/cache.php]]. You most probably want to modify it's internal variables like $key and $depends. ===== See also ===== * [[codesearch>JS_CACHE_USE|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[devel:event:PARSER_CACHE_USE]]