Commit Graph

53 Commits

Author SHA1 Message Date
a0efc3c0af [Add] 增加新的缓存库类(HotDataCacheStore, StringRedisCacheStore);
[Add] CacheStore 增加update(String, T, long)方法, 该方法将以Unix时间戳设置过期时间;
[Update] LocalHashCacheStore, RedisPoolCacheStore 适配CacheStore新方法;
[Delete] 删除 RedisCacheStore 类;
2020-04-11 12:13:55 +08:00
8375b81b17 [Change] 调整包路径;
[Add] RedisPoolCacheStore, JsonRedisCacheStore 增加可提供JedisPool对象的构造方法, 以实现Redis连接池共用;
2020-04-10 22:00:38 +08:00
532d7371d8 initial commit 2020-03-26 14:39:59 +08:00