public class RedisClusterCache extends AbstractRedisCache
Cache.NamedKey| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
protected byte[] |
getFromRedis(byte[] key) |
protected List<byte[]> |
mgetFromRedis(byte[]... keys) |
protected void |
putToRedis(byte[] key,
byte[] value,
RedisCacheConfig.DurationConfig expiration) |
protected byte[] getFromRedis(byte[] key)
getFromRedis in class AbstractRedisCacheprotected void putToRedis(byte[] key,
byte[] value,
RedisCacheConfig.DurationConfig expiration)
putToRedis in class AbstractRedisCacheprotected List<byte[]> mgetFromRedis(byte[]... keys)
mgetFromRedis in class AbstractRedisCacheprotected void cleanup()
cleanup in class AbstractRedisCacheCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.