tibas_evictionPolicy Type Declaration typedef enum _tibas_evictionPolicy { TIBAS_EVICTION_NONE = 0, TIBAS_EVICTION_LRU = 1 } tibas_evictionPolicy; Purpose This type represents the eviction policy used by TIBCO ActiveSpaces spaces. Values Value Description TIBAS_EVICTION_NONE Specifies that no elements are evicted from the space. TIBAS_EVICTION_LRU Specifies that tuples are evicted from the space using the “least recently used” algorithm when the capacity of the space is reached