function system_clear_cache

6.x system.module system_clear_cache()
4.x system.module system_clear_cache()
5.x system.module system_clear_cache()

Implements hook_clear_cache Take care of clearing caches managed by this module

File

modules/system/system.module, line 1469

Code

function system_clear_cache() {

  menu_rebuild_cache();

}