function boost_cache_cleaner_update_6001 in Boost Cache Cleaner 7.2
Same name and namespace in other branches
- 7.3 boost_cache_cleaner.install \boost_cache_cleaner_update_6001()
- 7 boost_cache_cleaner.install \boost_cache_cleaner_update_6001()
Implements hook_update_N().
File
- ./
boost_cache_cleaner.install, line 13 - There is nothing to install and uninstall.
Code
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();
}