function toolbar_cache_flush

Implements hook_cache_flush().

File

drupal/core/modules/toolbar/toolbar.module, line 509
Administration toolbar for quick access to top level administration items.

Code

function toolbar_cache_flush() {
  return array(
    'toolbar',
  );
}