Table of Contents

Constructor PartitionedClientCache

Namespace
Scaleout.Client.InProc
Assembly
Scaleout.Client.dll

PartitionedClientCache(IList<ClientCache<T>>)

Constructs a client cache using the supplied partitions.

public PartitionedClientCache(IList<ClientCache<T>> partitions)

Parameters

partitions IList<ClientCache<T>>

A collection of client cache partitions.

Exceptions

ArgumentNullException

partitions is null.

ArgumentException

partitions is empty or contains null elements.