Overload List
Name | Description | |
---|---|---|
![]() | Put(K, V) |
Associates the specified value with the specified key in this map
If the map previously contained a mapping for
the key, the old value is replaced by the specified value.
|
![]() | Put(K, V, Int64, TimeUnit) | Puts an entry into this map with a given ttl (time to live) value. |
See Also