NamedCacheObjDisposition Enumeration

ScaleOut Software NamedCache API
An enumeration used to indicate to the cache whether to save or remove an object upon return from a ObjectExpired event handler.

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

public enum NamedCacheObjDisposition
Members

  Member nameValueDescription
Save1 The client would like to keep the object in the store.
Remove2 The client would like the object removed from the store.
See Also

Reference