resetFileCountCache function
void
resetFileCountCache()
Reset the file count cache (useful for testing).
Implementation
void resetFileCountCache() {
_fileCountCache.clear();
}
Reset the file count cache (useful for testing).
void resetFileCountCache() {
_fileCountCache.clear();
}