类 LettuceCacheOptions<K,V>
- java.lang.Object
-
- cn.sliew.milky.cache.CacheOptions<K,V>
-
- cn.sliew.milky.cache.lettuce.LettuceCacheOptions<K,V>
-
public class LettuceCacheOptions<K,V> extends CacheOptions<K,V>
-
-
嵌套类概要
-
从类继承的嵌套类/接口 cn.sliew.milky.cache.CacheOptions
CacheOptions.WriteMode
-
-
构造器概要
构造器 构造器 说明 LettuceCacheOptions()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclusterRedisURIS(List<io.lettuce.core.RedisURI> clusterRedisURIS)booleanequals(Object o)List<io.lettuce.core.RedisURI>getClusterRedisURIS()io.lettuce.core.RedisURIgetRedisURI()inthashCode()voidredisURI(io.lettuce.core.RedisURI redisURI)SetsredisURI.-
从类继承的方法 cn.sliew.milky.cache.CacheOptions
defaults, getLoader, getName, getWriteBehindThreads, getWriteMode, getWriter, loader, name, writeBehindThreads, writeMode, writer
-
-
-
-
方法详细资料
-
redisURI
public void redisURI(io.lettuce.core.RedisURI redisURI)
SetsredisURI.- 参数:
redisURI- redisURI
-
getRedisURI
public io.lettuce.core.RedisURI getRedisURI()
-
clusterRedisURIS
public void clusterRedisURIS(List<io.lettuce.core.RedisURI> clusterRedisURIS)
-
getClusterRedisURIS
public List<io.lettuce.core.RedisURI> getClusterRedisURIS()
-
equals
public boolean equals(Object o)
- 覆盖:
equals在类中CacheOptions<K,V>
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中CacheOptions<K,V>
-
-