Delete cache file from cache/data when using delete from cache full, #4904
This commit is contained in:
@@ -174,7 +174,7 @@ void CacheManager::deleteEntry (const Glib::ustring& fname)
|
|||||||
|
|
||||||
void CacheManager::clearFromCache (const Glib::ustring& fname, bool purge) const
|
void CacheManager::clearFromCache (const Glib::ustring& fname, bool purge) const
|
||||||
{
|
{
|
||||||
deleteFiles (fname, getMD5 (fname), purge, purge);
|
deleteFiles (fname, getMD5 (fname), true, purge);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CacheManager::renameEntry (const std::string& oldfilename, const std::string& oldmd5, const std::string& newfilename)
|
void CacheManager::renameEntry (const std::string& oldfilename, const std::string& oldmd5, const std::string& newfilename)
|
||||||
|
Reference in New Issue
Block a user