NamedMapTKey, TValueClientCacheSize Property

ScaleOut Software NamedCache API
Gets and sets the maximum number of key/value entries in the client cache. Client cache size is set to 10000 by default.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public int ClientCacheSize { get; set; }

Property Value

Type: Int32
See Also

Reference