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