示例#1
0
 /**
  *
  * @return boolean 
  */
 public function disconnect()
 {
     if (!$this->isEnabled()) {
         return false;
     }
     return $this->memcache->close();
 }