cache_get_data

Gets the value from the cache specified by key, so long as it is not older than ttl seconds. - It may often "miss", so shouldn't be depended on. - It supports the same as cache_put_data().
Parameters Summary
string $key
int $ttl = 120