wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_cache_init › WordPress Function

Since2.0.0
Deprecatedn/a
wp_cache_init ( No parameters )
Defined at:
Codex:

Sets up Object Cache Global and assigns it.



Source

function wp_cache_init() {
	$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}