@@ -166,7 +166,7 @@ auto HttpMetaCache::evictEntry(MetaEntryPtr entry) -> bool
|
||||
return true;
|
||||
}
|
||||
|
||||
//returns true on success, false otherwise
|
||||
// returns true on success, false otherwise
|
||||
auto HttpMetaCache::evictAll() -> bool
|
||||
{
|
||||
bool ret = true;
|
||||
@@ -178,7 +178,7 @@ auto HttpMetaCache::evictAll() -> bool
|
||||
qCWarning(taskHttpMetaCacheLogC) << "Unexpected missing cache entry" << entry->m_basePath;
|
||||
}
|
||||
map.entry_list.clear();
|
||||
//AND all return codes together so the result is true iff all runs of deletePath() are true
|
||||
// AND all return codes together so the result is true iff all runs of deletePath() are true
|
||||
ret &= FS::deletePath(map.base_path);
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user