Implement MD5 cache clear routine

This commit is contained in:
DaCool
2023-11-12 13:36:20 +00:00
committed by harlekin
parent 3000bac86c
commit 79052b1aa5
3 changed files with 108 additions and 11 deletions

View File

@@ -237,6 +237,7 @@ public class Utils {
}
}
file.delete();
Md5.remove(file.getAbsolutePath());
}
/**