wp_cache_flush_runtime()
Function: Removes all cache items from the in-memory runtime cache.
Source: wp-includes/cache.php:280
Function: Removes all cache items from the in-memory runtime cache.
Source: wp-includes/cache.php:280
Function: Deletes multiple values from the cache in one call.
Source: wp-includes/cache.php:209
Function: Adds multiple values to the cache in one call.
Source: wp-includes/cache.php:62
Function: Sets multiple values to the cache in one call.
Source: wp-includes/cache.php:129
Function: Retrieves multiple values from the cache in one call.
Source: wp-includes/cache.php:172
Function: Adds data to the cache, if the cache key doesn’t already exist.
Source: wp-includes/cache.php:41
Function: Adds a group or set of groups to the list of global groups.
Source: wp-includes/cache.php:356
Function: Closes the cache.
Source: wp-includes/cache.php:342
Function: Adds a group or set of groups to the list of non-persistent groups.
Source: wp-includes/cache.php:369
Function: Decrements numeric cache item’s value.
Source: wp-includes/cache.php:249
Function: Resets internal cache keys and structures.
Source: wp-includes/cache.php:409
Function: Removes the cache contents matching key and group.
Source: wp-includes/cache.php:190
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: Switches the internal blog ID.
Source: wp-includes/cache.php:385