function boost_drush_cache_clear in Boost 7
Implements hook_drush_cache_clear().
File
- ./
boost.drush.inc, line 11 - Drush commands for Boost.
Code
function boost_drush_cache_clear(&$types) {
$types['boost'] = 'boost_drush_cache_clear_all';
}
Implements hook_drush_cache_clear().
function boost_drush_cache_clear(&$types) {
$types['boost'] = 'boost_drush_cache_clear_all';
}