WP_Object_Cache::add()
Method: Adds data to the cache if it doesn’t already exist.
Source: wp-includes/class-wp-object-cache.php:199
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
Method: Echoes the stats of the caching.
Source: wp-includes/class-wp-object-cache.php:634
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