This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_cache_get/
Retrieves the cache contents from the cache by key and group.
<code style="color: #000000"><span style="color: #0000BB"><?php wp_cache_get</span><span style="color: #007700">( </span><span style="color: #0000BB">$key</span><span style="color: #007700">, </span><span style="color: #0000BB">$group</span><span style="color: #007700">, </span><span style="color: #0000BB">$force</span><span style="color: #007700">, </span><span style="color: #0000BB">$found </span><span style="color: #007700">); </span><span style="color: #0000BB">?></span></code>
False on failure to retrieve contents or the cache contents on success
Since: 2.0.0
wp_cache_get() is located in wp-includes/cache.php.