类 XMemcachedCacheClient
java.lang.Object
org.coodex.sharedcache.memcached.XMemcachedCacheClient
- 所有已实现的接口:
SharedCacheClient
Created by davidoff shen on 2016-11-24.
-
构造器概要
构造器构造器说明XMemcachedCacheClient(net.rubyeye.xmemcached.MemcachedClientBuilder builder, long max_cached_time) -
方法概要
修饰符和类型方法说明protected void<T extends Serializable>
Tprotected net.rubyeye.xmemcached.MemcachedClientvoidput(String key, Serializable value) voidput(String key, Serializable value, long max_cached_time) void
-
构造器详细资料
-
XMemcachedCacheClient
public XMemcachedCacheClient(net.rubyeye.xmemcached.MemcachedClientBuilder builder, long max_cached_time)
-
-
方法详细资料
-
assertKey
-
getClient
protected net.rubyeye.xmemcached.MemcachedClient getClient() throws IOException, InterruptedException, net.rubyeye.xmemcached.exception.MemcachedException, TimeoutException- 抛出:
IOExceptionInterruptedExceptionnet.rubyeye.xmemcached.exception.MemcachedExceptionTimeoutException
-
get
- 指定者:
get在接口中SharedCacheClient
-
put
- 指定者:
put在接口中SharedCacheClient
-
put
- 指定者:
put在接口中SharedCacheClient
-
remove
- 指定者:
remove在接口中SharedCacheClient
-