Drop in replacement for wp_cache_get().
Wrapper for the WPCOM Stampedeless_Cache class.
Parameters
Name | Type | Description |
---|---|---|
$key | string | Cache key. |
$group | string | Optional. Cache group. |
Return Value
mixed: Returns false if failing to retrieve cache entry or the cached data otherwise.