WP_Object_Cache::add_global_groups()
Method: Sets the list of global cache groups.
Source: wp-includes/class-wp-object-cache.php:586
Method: Sets the list of global cache groups.
Source: wp-includes/class-wp-object-cache.php:586
Method: Decrements numeric cache item’s value.
Source: wp-includes/class-wp-object-cache.php:520
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
Function: Saves the data to the cache.
Source: wp-includes/cache.php:108
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: Increments numeric cache item’s value.
Source: wp-includes/cache.php:229
Function: Sets up Object Cache Global and assigns it.
Source: wp-includes/cache.php:21