WP_Object_Cache::replace()
Method: Replaces the contents in the cache, if contents already exist.
Source: wp-includes/cache.php:590
Method: Replaces the contents in the cache, if contents already exist.
Source: wp-includes/cache.php:590
Method: Makes private properties un-settable for backward compatibility.
Source: wp-includes/cache.php:382
Method: Adds data to the cache if it doesn’t already exist.
Source: wp-includes/cache.php:401
Method: Sets the list of global cache groups.
Source: wp-includes/cache.php:425
Method: Decrements numeric cache item’s value.
Source: wp-includes/cache.php:442
Method: Removes the contents of the cache key in the group.
Source: wp-includes/cache.php:477
Method: Clears the object cache of all data.
Source: wp-includes/cache.php:498
Method: Retrieves the cache contents, if it exists.
Source: wp-includes/cache.php:523
Method: Increments numeric cache item’s value.
Source: wp-includes/cache.php:554
Method: Makes private properties checkable for backward compatibility.
Source: wp-includes/cache.php:371