Table of Contents

Method SetGeoServerCoherencyPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetGeoServerCoherencyPolicy(GeoServerCoherencyPolicy)

Set the policy for how GeoServer remote stores should refresh their proxies to objects in the cache when GeoServer Pull replication is being used. Default is NoAutoRefresh.

public CacheBuilder<TKey, TValue> SetGeoServerCoherencyPolicy(GeoServerCoherencyPolicy geoServerCoherencyPolicy)

Parameters

geoServerCoherencyPolicy GeoServerCoherencyPolicy

Enum indicating coherency policy.

Returns

CacheBuilder<TKey, TValue>

A builder object that can be used to further configure the cache.