The BackingStorePolicy type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EnableAsyncOperations |
Indicates whether this client will handle asynchronous refresh-ahead/write-behind operations.
| |
| EnableReadThrough |
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.
| |
| EnableWriteThrough |
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.
|
See Also