BackingStorePolicy Properties

ScaleOut Software NamedCache API

The BackingStorePolicy type exposes the following members.

Properties

  NameDescription
Public propertyEnableAsyncOperations
Indicates whether this client will handle asynchronous refresh-ahead/write-behind operations.
Public propertyEnableReadThrough
If true, a client will populate the StateServer automatically from a database (or other type of backing store) when a cache miss occurs by invoking the Load(CachedObjectId) method.
Public propertyEnableWriteThrough
If true, a client will synchronously write changes to a database (or other type of backing store) when a cached object is updated or created in the cache by invoking the Store(CachedObjectId, Object) method.
Top
See Also

Reference