boost_cache_cleaner.install in Boost Cache Cleaner 7.3
Same filename and directory in other branches
There is nothing to install and uninstall.
Because it depands on boot module.
File
boost_cache_cleaner.installView source
<?php
/**
* @file
* There is nothing to install and uninstall.
*
* Because it depands on boot module.
*/
/**
* Implements hook_update_N().
*/
function boost_cache_cleaner_update_6001() {
// The settings pages moved, so we need to rebuild the menu router cache.
menu_cache_clear_all();
// Clear the all cache.
cache_clear_all();
}
Functions
Name![]() |
Description |
---|---|
boost_cache_cleaner_update_6001 | Implements hook_update_N(). |