Uses
Uses | Description |
---|---|
wp-includes/class-wp-object-cache.php: WP_Object_Cache::__construct() | Sets up object properties; PHP 5 style constructor. |
Sets up Object Cache Global and assigns it.
File: wp-includes/cache.php
function wp_cache_init() { $GLOBALS['wp_object_cache'] = new WP_Object_Cache(); }
Version | Description |
---|---|
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_init