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: 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: Deletes multiple values from the cache in one call.
Source: wp-includes/cache.php:209
Method: Sets multiple values to the cache in one call.
Source: wp-includes/class-wp-object-cache.php:334
Method: Retrieves multiple values from the cache in one call.
Source: wp-includes/class-wp-object-cache.php:403
Method: Deletes multiple values from the cache in one call.
Source: wp-includes/class-wp-object-cache.php:456
Method: Removes all cache items in a group.
Source: wp-includes/class-wp-object-cache.php:573
Method: Serves as a utility function to determine whether a key is valid.
Source: wp-includes/class-wp-object-cache.php:141