NamedCacheObjectMetadataDefaultCoherencyPolicy Property

ScaleOut Software NamedCache API
Gets the associated object's coherency policy for GeoServer "pull" replication.

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

public ICoherencyPolicy DefaultCoherencyPolicy { get; }

Property Value

Type: ICoherencyPolicy
Remarks

The type returned will either be PollingCoherencyPolicy, NotifyCoherencyPolicy, or null (if automatic refresh was not configured for the object).
See Also

Reference