function filter_cache_flush

Implements hook_cache_flush().

File

drupal/core/modules/filter/filter.module, line 34
Framework for handling the filtering of content.

Code

function filter_cache_flush() {
  return array(
    'filter',
  );
}