clean method

void clean()

Removes all contents of the system cache.

Rewrites the README.md.

Implementation

void clean() {
  deleteEntry(rootDir);
  ensureDir(rootDir);
  maintainCache();
}