示例#1
0
 public function clear()
 {
     if (!$this->isEnabled()) {
         return false;
     }
     return $this->memcache->flush() && $this->clearVarcache();
 }