Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Unknown
Description
In the Hazelcast map producer there is no possibility to add a specific key/value pair with an associated ttl. The Imap interface has a specific method for this purpose:
V put(K key, V value, long ttl, TimeUnit timeunit)
Puts an entry into this map with a given ttl (time to live) value.