Class ConcurrentLruSpaceEvictionStrategy

java.lang.Object
com.gigaspaces.server.eviction.SpaceEvictionStrategy
com.gigaspaces.internal.server.space.eviction.ConcurrentLruSpaceEvictionStrategy

public class ConcurrentLruSpaceEvictionStrategy extends SpaceEvictionStrategy
note- concurrent LRU is not an "accurate" eviction policy in the sense that the number of objects stored can be lower than the limit defined but new objects will be rejected. it is mostly suitable for large LRU sizes & large # of threads
Since:
7.0
Author:
Yechiel Feffer