ContentGrabbingJi/src/main/java/net/lamgc/cgj/bot/cache
LamGC c1427379c6 [Add] StringListRedisCacheStore 增加类型为String的RedisListCacheStore实现;
[Change] BotCommandProcess 更换pagesCache的缓存组件(RedisPoolCacheStore<List<String>> -> StringListRedisCacheStore);
2020-04-17 18:25:48 +08:00
..
CacheStore.java [Add] CacheStore 增加对列表缓存的部分支持; 2020-04-14 10:37:07 +08:00
HotDataCacheStore.java [Update] HotDataCacheStore 补充Javadoc细节; 2020-04-16 22:49:15 +08:00
ImageCacheHandler.java [Change] ImageCacheHandler 将缓存键名从downloadLink更改为fileName; 2020-04-16 17:12:24 +08:00
ImageCacheObject.java [Add] 增加toString方法的覆写, 以提供快速输出对象详情的功能; 2020-04-14 10:39:17 +08:00
JsonObjectRedisListCacheStore.java [Add] 增加Redis List的支持, 可通过List存储缓存项; 2020-04-16 10:53:57 +08:00
JsonRedisCacheStore.java [Change] 调整包路径; 2020-04-10 22:00:38 +08:00
LocalHashCacheStore.java [Change] CacheObject, LocalHashCacheStore 合并类; 2020-04-16 23:48:59 +08:00
RedisListCacheStore.java [Add] 增加Redis List的支持, 可通过List存储缓存项; 2020-04-16 10:53:57 +08:00
RedisPoolCacheStore.java [Add] CacheStore 增加对列表缓存的部分支持; 2020-04-14 10:37:07 +08:00
StringListRedisCacheStore.java [Add] StringListRedisCacheStore 增加类型为String的RedisListCacheStore实现; 2020-04-17 18:25:48 +08:00
StringRedisCacheStore.java [Add] 增加新的缓存库类(HotDataCacheStore, StringRedisCacheStore); 2020-04-11 12:13:55 +08:00