You are here

function variable_flush_caches in Variable 6

Same name and namespace in other branches
  1. 7.2 variable.module \variable_flush_caches()
  2. 7 variable.module \variable_flush_caches()

Implementation of hook_flush_caches()

File

./variable.module, line 34
Variable API module

Code

function variable_flush_caches() {
  return array(
    'variable_cache',
  );
}