Click or drag to resize
SpaceDefEvictionPolicy Enumeration
Eviction policy

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public enum EvictionPolicy
Members
  Member nameValueDescription
NONE0 Throw exception on space operation if there is not enough capacity
LRU1 Evict entries using the 'Least Recently Used' algorithm to make room for new entries being inserted in the space when capacity is reached
See Also