function variable_flush_caches in Variable 6
Same name and namespace in other branches
- 7.2 variable.module \variable_flush_caches()
- 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',
);
}