1.20.x views.module views_flush_caches()

Implements hook_flush_caches().

File

modules/views/views.module, line 760
Primarily Backdrop hooks and global API functions to manipulate views.

Code

function views_flush_caches() {
  return array('cache_views', 'cache_views_data');
}