====== IMAGEMOD_CACHE_USE ====== ---- dataentry event ---- Description: manipulate the image cache DefaultAction: determine whether or not cached data should be used Preventable: yes Added_dt: 2022-02-04 ---- This Event is signaled from the caching object used in [[xref>media_mod_image()]] to check if a resized or cropped image already exists and if that cached version shall be used. ===== Passed Data ===== $data is a [[xref>cache]] object -- refer to [[xref>inc/cache.php]]. ===== See also ===== * [[codesearch>IMAGEMOD_CACHE_USE|Code related to this event]] used in any DokuWiki files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]