You are here

function views_system_cache_flush in Views System 8

Implements hook_cache_flush().

File

./views_system.module, line 32
Extends the Views module and provides fields, filter criteria, and sort criteria for Modules/Themes/Theme engines.

Code

function views_system_cache_flush() {
  views_system_rebuild_module_data();
  views_system_rebuild_theme_data();
}