类 AbstractJedisClient
java.lang.Object
org.coodex.sharedcache.jedis.AbstractJedisClient
- 所有已实现的接口:
SharedCacheClient
- 直接已知子类:
JedisClusterClient,JedisSingleNodeClient
Created by davidoff shen on 2016-11-23.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void<T extends Serializable>
Tprotected abstract JedisAdaptorvoidput(String key, Serializable value) voidput(String key, Serializable value, long max_cached_time) void
-
构造器详细资料
-
AbstractJedisClient
public AbstractJedisClient(long default_max_cache_time)
-
-
方法详细资料
-
getCommand
-
assertKey
-
get
- 指定者:
get在接口中SharedCacheClient
-
put
- 指定者:
put在接口中SharedCacheClient
-
put
- 指定者:
put在接口中SharedCacheClient
-
remove
- 指定者:
remove在接口中SharedCacheClient
-