clearCache method

void clearCache()

Clear the file cache

Implementation

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