コード例 #1
0
ファイル: memcache.php プロジェクト: rperello/Anidcore
 public function clear()
 {
     if (!$this->isEnabled()) {
         return false;
     }
     return $this->memcache->flush() && $this->clearVarcache();
 }