Share via


ClientCache(Int32) Constructor

Definition

Initializes the ClientCache with a configurable cache size.

public ClientCache(int maxSize);
new System.ClientModel.Primitives.ClientCache : int -> System.ClientModel.Primitives.ClientCache
Public Sub New (maxSize As Integer)

Parameters

maxSize
Int32

The maximum number of clients to store in the cache.

Applies to