Table of Contents

Enum BackingStoreMode

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

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

public enum BackingStoreMode : byte

Fields

None = 0

The server should not perform asynchronous backing store operations for this object.

RefreshAhead = 1

The server should periodically notify client code that the object needs to be refreshed in the cache.

WriteBehind = 2

The server should periodically notify client code that the cached object needs to be written to a persistent backing store.