Пример #1
0
 /**
  * Set a cache for Zend_Locale_Data
  *
  * @param CacheAdapter $cache A cache frontend
  */
 public static function setCache(CacheAdapter $cache)
 {
     self::$_cache = $cache;
     foreach ($cache->getPlugins() as $plugin) {
     }
     self::_getTagSupportForCache();
 }