public class RedisCacheConfig<K,V> extends ExternalCacheConfig<K,V>
| 构造器和说明 |
|---|
RedisCacheConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
redis.clients.util.Pool<redis.clients.jedis.Jedis> |
getJedisPool() |
void |
setJedisPool(redis.clients.util.Pool<redis.clients.jedis.Jedis> jedisPool) |
getKeyPrefix, getValueDecoder, getValueEncoder, setKeyPrefix, setValueDecoder, setValueEncoderclone, getDefaultExpireInMillis, getExpireAfterAccessInMillis, getExpireAfterWriteInMillis, getKeyConvertor, getLoader, getMonitors, getRefreshPolicy, getTryLockInquiryCount, getTryLockLockCount, getTryLockUnlockCount, isCacheNullValue, isCachePenetrationProtect, isExpireAfterAccess, isExpireAfterWrite, setCacheNullValue, setCachePenetrationProtect, setDefaultExpireInMillis, setExpireAfterAccessInMillis, setExpireAfterWriteInMillis, setKeyConvertor, setLoader, setMonitors, setRefreshPolicy, setTryLockInquiryCount, setTryLockLockCount, setTryLockUnlockCountCopyright © 2013–2018. All rights reserved.