clearCache method

void clearCache()

Removes all the files from the cache.

Implementation

void clearCache() {
  _files.clear();
}