function block_cache_flush

Implements hook_cache_flush().

File

drupal/core/modules/block/block.module, line 958
Controls the visual building blocks a page is constructed with.

Code

function block_cache_flush() {
  return array(
    'block',
  );
}