Esempio n. 1
0
 /**
  * 设置缓存对象
  * 
  * @static
  * @param Zend_Cache_Core $cache
  * @return void
  */
 public static function setCache(Zend_Cache_Core $cache)
 {
     self::$_cache = $cache;
 }