Uses of Class
org.redisson.cache.ReferenceCacheMap
-
Packages that use ReferenceCacheMap Package Description org.redisson.cache -
-
Uses of ReferenceCacheMap in org.redisson.cache
Methods in org.redisson.cache that return ReferenceCacheMap Modifier and Type Method 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)
-