Eviction policy
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public enum EvictionPolicy |
| Visual Basic |
|---|
Public Enumeration EvictionPolicy |
| Visual C++ |
|---|
public enum class EvictionPolicy |
| F# |
|---|
type 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 |