IReplicatedMapTKey, 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) | 
            Associates a given value to the specified key and replicates it to the 
            cluster. If there is an old value, it will be replaced by the specified 
            one and returned from the call.
              |