[Change] LocalHashCacheStore 实现'Cleanable'接口, 增加'<init>(int, int, boolean)'构造函数以允许自动清理

[Update] LocalHashCacheStore 补充Javadoc内容;
[Update] .gitignore 补充并整理忽略项;
This commit is contained in:
2020-05-20 08:56:27 +08:00
parent f7f3c3beaf
commit 1f402fbbac
2 changed files with 51 additions and 3 deletions

13
.gitignore vendored
View File

@ -1,6 +1,15 @@
# Ignore test date folder
/pluginData/
/logs/
/.idea/
/CGJ_2.iml
/cookies.store
/target/
# Ignore Idea files
/.idea/
/CGJ_2.iml
# Ignore Visual Studio Code files
.classpath
.factorypath
.project
/.settings/