clear() 공개 메소드

public clear ( )
예제 #1
0
 public function testClear()
 {
     $this->cache->clear();
     self::assertEmpty($this->cache->getArrayCopy());
 }