function boost_cache_cleaner_menu_update in Boost Cache Cleaner 7
Same name and namespace in other branches
- 7.3 boost_cache_cleaner.module \boost_cache_cleaner_menu_update()
- 7.2 boost_cache_cleaner.module \boost_cache_cleaner_menu_update()
Implements hook_menu_update().
File
- ./
boost_cache_cleaner.module, line 71 - Flush (delete all static) cached pages from cache directory.
Code
function boost_cache_cleaner_menu_update() {
boost_cache_cleaner_callback();
}