Loading objects with lease in LRU
Hi,
I'm running GS (XAP 10.2) in LRU mode. When space is full, GS starts evicting objects and they are brought back from database when read again by the application. The question I have is it possible to make GS load these objects back into the heap with a lease, so that they expire in a few mins and not wait for eviction to clean them up?
Thanks