コード例 #1
0
ファイル: Client.php プロジェクト: TheReaCompany/pooplog
 /**
  * Fluhes all data
  *
  * @todo
  * @return boolean
  */
 function flush()
 {
     if (is_object($this->_memcached)) {
         return $this->_memcached->flush_all();
     }
     return false;
 }