Table of Contents

Property WriteThroughCallback

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

WriteThroughCallback

Gets a callback used to persist cache updates to a backing store.

public Action<TKey, TValue> WriteThroughCallback { get; }

Property Value

Action<TKey, TValue>