public interface SpaceEvictionManager
SpaceEvictionStrategy implementation can evict entries
 from the space.SpaceEvictionStrategy| Modifier and Type | Method and Description | 
|---|---|
boolean | 
tryEvict(EvictableServerEntry entry)
Attempts to evict the specified entry from the space. 
 | 
boolean tryEvict(EvictableServerEntry entry)
SpaceEvictionStrategy.onRemove(EvictableServerEntry)
 method will be invoked and true will be returned.entry - The entry to evict.Copyright © GigaSpaces.