| Package | Description |
|---|---|
| org.redisson.cache |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ReferenceCacheMap<K,V> |
ReferenceCacheMap.soft(long timeToLiveInMillis,
long maxIdleInMillis) |
static <K,V> ReferenceCacheMap<K,V> |
ReferenceCacheMap.weak(long timeToLiveInMillis,
long maxIdleInMillis) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.