コード例 #1
0
ファイル: File.php プロジェクト: gunnilx/WurflCache
 /**
  * Flush the whole storage
  *
  * @return bool
  */
 public function flush()
 {
     return FileUtils::rmdir($this->root);
 }