Table of Contents

Method SetGeoServerCoherencyInterval

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetGeoServerCoherencyInterval(TimeSpan)

Sets how often GeoServer remote stores should refresh their proxies to objects in the cache if Poll is used with GeoServer pull replication.

public CacheBuilder<TKey, TValue> SetGeoServerCoherencyInterval(TimeSpan geoServerCoherencyInterval)

Parameters

geoServerCoherencyInterval TimeSpan

Timespan indicating refresh interval.

Returns

CacheBuilder<TKey, TValue>

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