require_once ABSPATH . WPINC . '/cache.php';
} require_once ABSPATH . WPINC . '/cache-compat.php';
/*
* If cache supports reset, reset instead of init if already
* initialized. Reset signals to the cache that global IDs
* have changed and it may need to update keys and cleanup caches.
*/
if ( !
$first_init &&
function_exists( 'wp_cache_switch_to_blog'
) ) { wp_cache_switch_to_blog( get_current_blog_id() );
} elseif ( function_exists( 'wp_cache_init'
) ) { wp_cache_init();
} if ( function_exists( 'wp_cache_add_global_groups'
) ) { wp_cache_add_global_groups( array
( 'blog-details',
'blog-id-cache',
'blog-lookup',
'blog_meta',