clear() public method

public clear ( )
Example #1
0
 public function tearDown()
 {
     if ($this->cache) {
         $this->cache->clear();
     }
 }