BackingStorePolicyEnableReadThrough Property

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

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

public bool EnableReadThrough { get; set; }

Property Value

Type: Boolean
See Also

Reference