You are here

function variable_flush_caches in Variable 7.2

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

Implementation of hook_flush_caches()

File

./variable.module, line 366
Variable API module

Code

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