SpaceDefEvictionPolicy Enumeration |
Eviction policy
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic enum EvictionPolicy
Public Enumeration EvictionPolicy
public enum class EvictionPolicy
Members
| Member name | Value | Description |
---|
| NONE | 0 |
Throw exception on space operation if there is not enough capacity
|
| LRU | 1 |
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