| 程序包 | 说明 |
|---|---|
| com.litongjava.tio.utils.cache.guavaredis |
| 限定符和类型 | 方法和说明 |
|---|---|
GuavaRedisCache |
GuavaRedisCacheFactory.getCache(String cacheName) |
GuavaRedisCache |
GuavaRedisCacheFactory.getCache(String cacheName,
boolean skipNull) |
GuavaRedisCache |
GuavaRedisCacheFactory.register(CacheName cacheName) |
GuavaRedisCache |
GuavaRedisCacheFactory.register(String cacheName,
Long timeToLiveSeconds,
Long timeToIdleSeconds) |
<T> GuavaRedisCache |
GuavaRedisCacheFactory.register(String cacheName,
Long timeToLiveSeconds,
Long timeToIdleSeconds,
RemovalListenerWrapper<T> removalListenerWrapper) |
Copyright © 2024. All rights reserved.