CreatePolicyBackingStoreInterval Property

ScaleOut Software NamedCache API
Gets/sets the interval between asynchronous backing store events (refresh-ahead, write-behind).

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

public TimeSpan BackingStoreInterval { get; set; }

Property Value

Type: TimeSpan
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if BackingStoreInterval is set to a value less than 1 second or greater than 4,194,303 seconds (69,905 minutes).
Remarks

The default value of this property is 4 minutes. The minimum granularity for is 1 second; if the specified TimeSpan contains a millisecond component then it will be rounded to the nearest second.
See Also

Reference