CreatePolicyPreemptionPriority Property

ScaleOut Software NamedCache API
Gets/sets the priority of keeping the object in the cache during low-memory situations. Removable objects are removed from memory when memory runs low based on a least recently used algorithm.

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

public ObjectPreemptionPriority PreemptionPriority { get; set; }

Property Value

Type: ObjectPreemptionPriority
See Also

Reference