WP_Object_Cache
Class: Core class that implements an object cache.
Source: wp-includes/class-wp-object-cache.php:25
Class: Core class that implements an object cache.
Source: wp-includes/class-wp-object-cache.php:25
Method: Adds data to the cache if it doesn’t already exist.
Source: wp-includes/class-wp-object-cache.php:199
Method: Removes the contents of the cache key in the group.
Source: wp-includes/class-wp-object-cache.php:425
Method: Clears the object cache of all data.
Source: wp-includes/class-wp-object-cache.php:559
Method: Retrieves the cache contents, if it exists.
Source: wp-includes/class-wp-object-cache.php:363
Method: Replaces the contents in the cache, if contents already exist.
Source: wp-includes/class-wp-object-cache.php:260
Method: Sets the data contents into the cache.
Source: wp-includes/class-wp-object-cache.php:302
Function: Removes all cache items.
Source: wp-includes/cache.php:265
Function: Retrieves the cache contents from the cache by key and group.
Source: wp-includes/cache.php:151
Function: Sets up Object Cache Global and assigns it.
Source: wp-includes/cache.php:21