Hazelcast Eviction on Update

115 views Asked by At

The eviction policy is set as LFU, but I am updating each element after some time. Does update an element reset the eviction counter?

1

There are 1 answers

0
Dmitry On

If you update entry itself (outside the map), it do not affect eviction counter. If you get the entry from map or put it to map, it updates eviction counter.