Zend_Translate_Adapter::
setCache($cache);
} /**
* Returns true when a cache is set
*
* @return boolean
*/
public static function hasCache() { return Zend_Translate_Adapter::
hasCache();
} /**
* Removes any set cache
*
* @return void
*/
public static function removeCache() { Zend_Translate_Adapter::
removeCache();
}