/*
* 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(); }