clear() 공개 메소드

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