Hazelcast distributed map implementation is an in-memory data store but
it can be backed by any type of data store such as RDBMS, OODBMS, or simply
a file based data store.
Hazelcast distributed map implementation is an in-memory data store but
it can be backed by any type of data store such as RDBMS, OODBMS, or simply
a file based data store.
Puts an entry into this map with a given ttl (time to live) value
if the specified key is not already associated
with a value
Entry will expire and get evicted after the ttl.