Drop in replacement for wp_cache_set().
Wrapper for the WPCOM Stampedeless_Cache class.
Parameters
Name | Type | Description |
---|---|---|
$key | string | Cache key. |
$value | string|int|array|object | Data to store in the cache. |
$group | string | Optional. Cache group. |
$expiration | int | Optional. Cache TTL in seconds. |
Return Value
bool: This function always returns true.