예제 #1
0
파일: File.php 프로젝트: gunnilx/WurflCache
 /**
  * Flush the whole storage
  *
  * @return bool
  */
 public function flush()
 {
     return FileUtils::rmdir($this->root);
 }