clear() public méthode

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