| Modifier and Type | Method and Description |
|---|---|
RedisCacheConfig.DurationConfig |
RedisCacheConfig.getExpiration() |
RedisCacheConfig.DurationConfig |
RedisCacheConfig.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedisClusterCache.putToRedis(byte[] key,
byte[] value,
RedisCacheConfig.DurationConfig expiration) |
protected abstract void |
AbstractRedisCache.putToRedis(byte[] key,
byte[] value,
RedisCacheConfig.DurationConfig expiration) |
protected void |
RedisStandaloneCache.putToRedis(byte[] key,
byte[] value,
RedisCacheConfig.DurationConfig expiration) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.