function system_perform_clear_cache
Search API
| 7.x system.module | system_perform_clear_cache() |
| 6.x system.module | system_perform_clear_cache() |
| 4.x system.module | system_perform_clear_cache() |
| 5.x system.module | system_perform_clear_cache() |
This function will clear our various caches by calling on the hook_clear_cache in each module.
File
- modules/
system/ system.module, line 3001
Code
function system_perform_clear_cache() {
fp_clear_cache();
fp_goto("admin-tools");
}
