user1153321
user1153321

Reputation: 357

Does Hazelcast have timeout support for cache items?

I need a distributed cache which have timeout support. Can we give timeout limits to distributed Hazelcast Map?

Upvotes: 1

Views: 5028

Answers (1)

noctarius
noctarius

Reputation: 6094

If you're talking about TTL (time to live) of the cached elements you'll find information about it here: https://docs.hazelcast.org/docs/latest/manual/html-single/#map-eviction

Upvotes: 4

Related Questions