/**
* Implements hook_module_preinstall().
*/
function {{ machine_name }}_module_preinstall($module) {
mymodule_cache_clear();
}