clear() public method

public clear ( )
Esempio n. 1
0
 public function tearDown()
 {
     if ($this->cache) {
         $this->cache->clear();
     }
 }