Looking for documentation? Take a look on our wiki
$cache->setLifeTime(360); // check 4 time per day
$cache->setLifeTime(24*60*7); // so i have a week!
$globalCurrencyConverter = $cache->call( array( 'NEWCONVERTERSNAME', 'getSetExchangeRates' ),$this->document_address );