Table of Contents

Method SetCoherencyInterval

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetCoherencyInterval(TimeSpan)

Sets the coherency interval for the client cache.

public CacheBuilder<TKey, TValue> SetCoherencyInterval(TimeSpan coherencyInterval)

Parameters

coherencyInterval TimeSpan

coherency interval

Returns

CacheBuilder<TKey, TValue>

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