function 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 1367

Code

function system_perform_clear_cache() {

  fp_clear_cache();

  fp_goto("<front>");

}