/** * Sets a cache for all instances of Zend_Translate * * @param \Zend\Cache\Frontend $cache Cache to store to * @return void */ public static function setCache(\Zend\Cache\Frontend $cache) { Adapter::setCache($cache); }