WP_Object_Cache::delete_multiple()
Method: Deletes multiple values from the cache in one call.
Source: wp-includes/class-wp-object-cache.php:397
Method: Deletes multiple values from the cache in one call.
Source: wp-includes/class-wp-object-cache.php:397
Method: Adds multiple values to the cache in one call.
Source: wp-includes/class-wp-object-cache.php:194
Method: Sets multiple values to the cache in one call.
Source: wp-includes/class-wp-object-cache.php:283
Method: Retrieves multiple values from the cache in one call.
Source: wp-includes/class-wp-object-cache.php:348
Method: Makes private properties checkable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:117
Method: Makes private properties un-settable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:128
Method: Makes private properties readable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:92
Method: Makes private properties settable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:105
Method: Resets cache keys.
Source: wp-includes/class-wp-object-cache.php:534
Method: Sets the data contents into the cache.
Source: wp-includes/class-wp-object-cache.php:255
Method: Echoes the stats of the caching.
Source: wp-includes/class-wp-object-cache.php:553
Method: Switches the internal blog ID.
Source: wp-includes/class-wp-object-cache.php:521
Method: Serves as a utility function to determine whether a key exists in the cache.
Source: wp-includes/class-wp-object-cache.php:141
Method: Decrements numeric cache item’s value.
Source: wp-includes/class-wp-object-cache.php:457
Method: Sets up object properties; PHP 5 style constructor.
Source: wp-includes/class-wp-object-cache.php:79
Method: Removes the contents of the cache key in the group.
Source: wp-includes/class-wp-object-cache.php:370
Method: Clears the object cache of all data.
Source: wp-includes/class-wp-object-cache.php:492
Method: Retrieves the cache contents, if it exists.
Source: wp-includes/class-wp-object-cache.php:312
Method: Increments numeric cache item’s value.
Source: wp-includes/class-wp-object-cache.php:418
Method: Replaces the contents in the cache, if contents already exist.
Source: wp-includes/class-wp-object-cache.php:218
Class: Core class that implements an object cache.
Source: wp-includes/class-wp-object-cache.php:24
Method: Adds data to the cache if it doesn’t already exist.
Source: wp-includes/class-wp-object-cache.php:161
Method: Sets the list of global cache groups.
Source: wp-includes/class-wp-object-cache.php:505