| Constructor and Description |
|---|
RedisCache(redis.clients.jedis.JedisPool jedisPool) |
RedisCache(redis.clients.jedis.JedisPool jedisPool,
BaseSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
read(Collection<String> keys) |
Object |
read(String key) |
void |
remove(String... keys) |
void |
tearDown() |
void |
write(Map<String,Object> keyValueMap,
long expire) |
void |
write(String key,
Object value,
long expire) |
public RedisCache(redis.clients.jedis.JedisPool jedisPool)
public RedisCache(redis.clients.jedis.JedisPool jedisPool,
BaseSerializer serializer)
Copyright © 2019. All rights reserved.