![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpaceDef_SetEvictionPolicy(
Use the tibasSpaceDef_SetEvictionPolicy() function to specify the eviction policy for a specified space.
• TIBAS_EVICTION_NONE Do not evict any tuples from the space.
• TIBAS_EVICTION_LRU Use the least recently used (LRU) algorithm to evict tuples from the space when the capacity of the space is reached.If you specify TIBAS_EVICTION_LRU, then you must also specify a capacity value for the space by calling the tibasSpaceDef_SetCapacity() function.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |