Toggle navigation
Home
java.util.concurrent.ConcurrentMap to org.redisson.core.RMapCache
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
map.putIfAbsent(key,new SimpleValue("3"))
to
map.putIfAbsent(key,new SimpleValue("3"),1,TimeUnit.SECONDS)
map.putIfAbsent(key1,value1)
to
map.putIfAbsent(key1,value1,2,TimeUnit.SECONDS)