You are here

function views_cache_flush in Views (for Drupal 7) 8.3

Implements hook_cache_flush().

File

./views.module, line 1003
Primarily Drupal hooks and global API functions to manipulate views.

Code

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