| 程序包 | 说明 |
|---|---|
| com.litongjava.tio.utils.cache.caffeineredis | |
| com.litongjava.tio.utils.cache.guavaredis | |
| com.litongjava.tio.utils.cache.redis |
| 构造器和说明 |
|---|
CaffeineRedisCache(String cacheName,
CaffeineCache caffeineCache,
RedisCache redisCache) |
| 构造器和说明 |
|---|
GuavaRedisCache(String cacheName,
GuavaCache guavaCache,
RedisCache redisCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
RedisCache |
RedisCacheFactory.getCache(String cacheName) |
RedisCache |
RedisCacheFactory.getCache(String cacheName,
boolean skipNull) |
RedisCache |
RedisCacheFactory.register(CacheName cacheName) |
RedisCache |
RedisCacheFactory.register(String cacheName,
Long timeToLiveSeconds,
Long timeToIdleSeconds)
timeToLiveSeconds和timeToIdleSeconds不允许同时为null
|
<T> RedisCache |
RedisCacheFactory.register(String cacheName,
Long timeToLiveSeconds,
Long timeToIdleSeconds,
RemovalListenerWrapper<T> removalListenerWrapper) |
Copyright © 2024. All rights reserved.