NamedCacheEventCode Enumeration

ScaleOut Software NamedCache API
An enumeration containing the event codes providing the reason an event was fired.

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

public enum NamedCacheEventCode
Members

  Member nameValueDescription
LowMemory2 A preemptable object was removed from memory due to a low memory condition.
ObjectTimeout1 An object's timeout expired.
Dependency3 An object is being removed due to a dependency change.
See Also

Reference