up
This commit is contained in:
parent
b797580384
commit
ce843c4f24
@ -8,6 +8,6 @@
|
||||
|
||||
* FileCacheStorager 是系统默认的缓存存储策略实现
|
||||
|
||||
* RedisCacheStorager(RedisClusterCacheStorager) 使用redis保存缓存对象(需要自行添加客户端包,[jedis](https://github.com/xetorthio/jedis))
|
||||
* Redis(Cluster)CacheStorager 使用redis保存缓存对象(需要自行添加客户端包,[jedis](https://github.com/xetorthio/jedis))
|
||||
|
||||
* MemcacheCacheStorager 使用memcache保存缓存对象(需要自行添加客户端包,[Memcached-Java-Client](https://github.com/gwhalin/Memcached-Java-Client))
|
||||
|
||||
@ -12,9 +12,9 @@ import com.foxinmy.weixin4j.util.SerializationUtils;
|
||||
/**
|
||||
* 用Redis(集群)保存缓存对象(推荐使用)
|
||||
*
|
||||
* @className RedisCacheStorager
|
||||
* @className RedisClusterCacheStorager
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年1月9日
|
||||
* @date 2016年5月28日
|
||||
* @since JDK 1.6
|
||||
*/
|
||||
public class RedisClusterCacheStorager<T extends Cacheable> implements
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user