BackingStorePolicyEnableWriteThrough Property

ScaleOut Software NamedCache API
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.

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

public bool EnableWriteThrough { get; set; }

Property Value

Type: Boolean
See Also

Reference