resetFileCountCache function

void resetFileCountCache()

Reset the file count cache (useful for testing).

Implementation

void resetFileCountCache() {
  _fileCountCache.clear();
}