NamedCacheDefaultGeoServerReadMode Property

ScaleOut Software NamedCache API
Determines the GeoServer read behavior when using the NamedCache's indexer, Get(String) method, Retrieve(String, Boolean) overload, or GetMetadata(String, Boolean) overload to read cached items. Default is LocalDoNotThrowOnStaleData.

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

public GeoServerReadMode DefaultGeoServerReadMode { get; set; }

Property Value

Type: GeoServerReadMode
Remarks

This property does not affect the GeoServer read behavior for the Retrieve(String, RetrieveOptions) and GetMetadata(String, GetMetadataOptions) overloads; the the read behavior specified in the second parameter of these overloads takes precedence over this DefaultGeoServerReadMode property.
See Also

Reference