function views_cache_flush

Implements hook_cache_flush().

File

drupal/core/modules/views/views.module, line 926
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_cache_flush() {
  return array(
    'views_info',
    'views_results',
  );
}