Package | Description |
---|---|
org.jim.common.cache.caffeineredis | |
org.jim.common.cache.redis |
Modifier and Type | Method and Description |
---|---|
RedisCache |
RedisL2Vo.getRedisCache() |
RedisCache |
CaffeineRedisCache.getRedisCache() |
Modifier and Type | Method and Description |
---|---|
void |
RedisL2Vo.setRedisCache(RedisCache redisCache) |
Constructor and Description |
---|
CaffeineRedisCache(String cacheName,
CaffeineCache caffeineCache,
RedisCache redisCache) |
RedisL2Vo(RedisCache redisCache,
String key,
Serializable value) |
Modifier and Type | Method and Description |
---|---|
static RedisCache |
RedisCacheManager.getCache(String cacheName) |
static RedisCache |
RedisCacheManager.register(String cacheName,
Integer timeToLiveSeconds,
Integer timeToIdleSeconds)
timeToLiveSeconds和timeToIdleSeconds不允许同时为null
|
Copyright © 2018. All rights reserved.