You are here

function boost_cache_cleaner_update_6001 in Boost Cache Cleaner 7.3

Same name and namespace in other branches
  1. 7 boost_cache_cleaner.install \boost_cache_cleaner_update_6001()
  2. 7.2 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();
}