Beispiel #1
0
 /**
  * Sets a cache for all instances of Zend_Translator
  *
  * @param  CacheAdapter $cache Cache to store to
  * @return void
  */
 public static function setCache(CacheAdapter $cache)
 {
     Adapter\AbstractAdapter::setCache($cache);
 }
Beispiel #2
0
 /**
  * Sets a cache for all instances of Zend_Translator
  *
  * @param  \Zend\Cache\Frontend $cache Cache to store to
  * @return void
  */
 public static function setCache(\Zend\Cache\Frontend $cache)
 {
     Adapter\AbstractAdapter::setCache($cache);
 }