clean method
void
clean()
Removes all contents of the system cache.
Rewrites the README.md.
Implementation
void clean() {
deleteEntry(rootDir);
ensureDir(rootDir);
maintainCache();
}
Removes all contents of the system cache.
Rewrites the README.md.
void clean() {
deleteEntry(rootDir);
ensureDir(rootDir);
maintainCache();
}