wp_cache_get()
Function: Retrieves the cache contents from the cache by key and group.
Source: wp-includes/cache.php:151
Function: Retrieves the cache contents from the cache by key and group.
Source: wp-includes/cache.php:151
Function: Gets last changed date for the specified cache group.
Source: wp-includes/functions.php:7761
Function: Retrieves multiple values from the cache in one call.
Source: wp-includes/cache.php:172
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: Resets internal cache keys and structures.
Source: wp-includes/cache.php:409
Function: Saves the data to the cache.
Source: wp-includes/cache.php:108
Function: Sets the last changed time for the ‘comment’ cache group.
Source: wp-includes/comment.php:3924
Function: Sets multiple values to the cache in one call.
Source: wp-includes/cache.php:129