Memcache evictions are based on least recently accessed items. (items
which were not used for longest time gets deleted if the memory is
exhausted).

Is there a way to determine on a given time, for how long data is
retained?

Another way of asking - Can I tell how old is the next item to be
evicted? Or how old was the last element evicted?

Reply via email to