You are here

function display_cache_drush_cache_clear in Display Cache 7

Implements hook_drush_cache_clear().

File

drush/display_cache.drush.inc, line 11
This file holds the logic for drush commands of the display cache module.

Code

function display_cache_drush_cache_clear(&$type) {
  $type = $type + array(
    'display-cache' => '_display_cache_clear_cache',
  );
}