Пример #1
0
 /**
  * 清除所有的缓存数据
  *
  * @access public
  * @return boolean
  */
 public function clear()
 {
     return $this->_dbLink->flush();
 }
 /**
  * 清除所有的缓存数据
  *
  * @access public
  * @return boolean
  */
 public function clear()
 {
     return $this->_Memcached->flush();
 }