function vars_flush_caches in Variable API 7
Same name and namespace in other branches
- 6.2 vars.module \vars_flush_caches()
- 6 vars.module \vars_flush_caches()
- 7.2 vars.module \vars_flush_caches()
Implements hook_flush_caches().
File
- ./
vars.module, line 384 - Implement an API to handle persistent variables.
Code
function vars_flush_caches() {
return array(
'cache_vars',
);
}