wp_cache_flush()
Function: Removes all cache items.
Source: wp-includes/cache.php:265
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
Function: Replaces the contents of the cache with new data.
Source: wp-includes/cache.php:84
Function: Saves the data to the cache.
Source: wp-includes/cache.php:108
Function: Decrements numeric cache item’s value.
Source: wp-includes/cache.php:249
Function: Removes the cache contents matching key and group.
Source: wp-includes/cache.php:190
Function: Adds data to the cache, if the cache key doesn’t already exist.
Source: wp-includes/cache.php:41
Function: Closes the cache.
Source: wp-includes/cache.php:342