ObjectPreemptionPriority Enumeration

ScaleOut Software NamedCache API
Indicates the priority of keeping a given object in StateServer memory. Currently, only two priorities are defined, NotRemovable and Normal. Removable objects are removed from memory when memory runs low based on a least recently used algorithm.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public enum ObjectPreemptionPriority
Members

  Member nameValueDescription
NotRemovable0 The associated object must remain in memory until its absolute or sliding expiration is reached.
Normal3 The associated object is a candidate for removal from StateServer memory if memory pressure warrants.
See Also

Reference