function memcache_admin_update_6001 in Memcache API and Integration 6
File
- memcache_admin/
memcache_admin.install, line 32 - Install, update and uninstall functions for the memcache_admin module.
Code
function memcache_admin_update_6001() {
drupal_flush_all_caches();
menu_rebuild();
return array();
}