In an normal hazelcast map i know you can se the key expiry via
put(K key, V value, long ttl, TimeUnit timeunit)
But does someone knows, if I can set the TTL for an entry in an MultiMap?
Afaik this functionality is not available for a MultiMap. It is missing a lot of features compared to the IMap.