How to use cakephp Cache function to HttpSocket?

I call classic HttpSocket get function

$content = $HttpSocket->get($service_url, array(), array( ‘header’ => array(
‘Content-Type’ => ‘application/x-www-form-urlencoded’, ‘RestUid’ =>
$uidRelation, ) ));
Is there any way to call Cache::remember on it?