IMapTKey, TValuePut Method | 
| Name | Description | |
|---|---|---|
| Put(TKey, TValue) | 
                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(TKey, TValue, Int64, TimeUnit) | Puts an entry into this map with a given ttl (time to live) value.  |