You are here

function memcache_admin_update_7001 in Memcache API and Integration 7

Flush caches and rebuild menu to allow new stats pages to appear.

File

memcache_admin/memcache_admin.install, line 43
Update functions for memcache_admin.

Code

function memcache_admin_update_7001() {
  drupal_flush_all_caches();
  menu_rebuild();
}