BackingStoreAsyncPolicy Enumeration

ScaleOut Software NamedCache API
Indicates the type of asynchronous backing-store behavior that the server should invoke for an object.

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

public enum BackingStoreAsyncPolicy
Members

  Member nameValueDescription
None0 The server should not contact client code to perform asynchronous backing store operations for this object.
RefreshAhead1 The server should periodically notify client code that the object needs to be refreshed in the cache.
WriteBehind2 The server should periodically notify client code that the cached object needs to be written to a persistent backing store.
See Also

Reference