(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
LamGC a24b810183
[Change] CacheStore-api 增加 CacheKey 以替代 String 作为 key 参数类型;
[Add] CacheKey 增加用于代表缓存项键的对象(可被缓存具体实现根据存储需要调整最终 key 的格式, 例如 Redis 的分隔符问题);
[Change] CacheStore, CollectionCacheStore, ListCacheStore, MapCacheStore, SingleCacheStore 适配更改;
2020-09-05 11:30:27 +08:00
ContentGrabbingJi-CacheStore-api [Change] CacheStore-api 增加 CacheKey 以替代 String 作为 key 参数类型; 2020-09-05 11:30:27 +08:00
ContentGrabbingJi-CacheStore-local [Add] 增加自动清理机制; 2020-09-04 23:36:23 +08:00
ContentGrabbingJi-CacheStore-redis [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-core [Add] 为 Core 模块添加 CacheStore-API 模块; 2020-09-03 14:30:21 +08:00
ContentGrabbingJi-exec [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-api [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-mirai [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-pixiv [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
.gitignore [Initial] Initial Commit; 2020-09-03 13:24:18 +08:00
LICENSE [Initial] Initial Commit; 2020-09-03 13:24:18 +08:00
pom.xml [Delete] 从项目父 POM 中移除有关 Slf4j 实现的依赖项(最终依赖项交给 exec 模块); 2020-09-04 23:32:56 +08:00