You are here

function cache_actions_updater_info_alter in Cache Actions 7.2

Implements hook_updater_info_alter().

File

./cache_actions.module, line 44
This is the module file. It contains hooks for panels and views.

Code

function cache_actions_updater_info_alter($updaters) {
  cache_actions_cache_bins_reset();
}