CreatePolicyDefaultCoherencyPolicy Property

ScaleOut Software NamedCache API
Gets/sets the policy determining how remote stores will refresh their proxies of this object. Currently supported policy types are NotifyCoherencyPolicy and PollingCoherencyPolicy. Set this property to null to prevent remote stores from automatically refreshing their proxies for this object. The default value is a PollingCoherencyPolicy with an polling interval of 60 seconds.

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

public ICoherencyPolicy DefaultCoherencyPolicy { get; set; }

Property Value

Type: ICoherencyPolicy
See Also

Reference