clear() public method

public clear ( )
コード例 #1
0
ファイル: CacheTest.php プロジェクト: Horrower/php-mongo
 public function tearDown()
 {
     if ($this->cache) {
         $this->cache->clear();
     }
 }