InvocationGridBuilderMaxWorkerCacheKB Property

ScaleOut Software NamedCache API
Get/Set the maximum size of the invocation grid workers' client-side cache in kilobytes.

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

public Nullable<int> MaxWorkerCacheKB { get; set; }

Property Value

Type: NullableInt32
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if MaxCacheKB is set to a negative value
Remarks

If a non-null MaxWorkerCacheKB value is specified it overrides the default MaxCacheKB value for the worker process. Otherwise, the default MaxCacheKB value is used. If MaxWorkerCacheKB is set to 0 then no client caching will be used for any purpose in the worker process.

See Also

Reference