You are here

boost_cache_cleaner.install in Boost Cache Cleaner 7.2

Same filename and directory in other branches
  1. 7.3 boost_cache_cleaner.install
  2. 7 boost_cache_cleaner.install

There is nothing to install and uninstall.

Because it depands on boot module.

File

boost_cache_cleaner.install
View 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