InvocationGridAllowFastReads Property

ScaleOut Software NamedCache API
Gets the value of AllowFastReads that was specified via the InvocationGridBuilder. This value controls whether version information supplied to the invocation grid will be used to determine if cached objects are valid. This value is ignored if LockOnRead is true.

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

public Nullable<bool> AllowFastReads { get; }

Property Value

Type: NullableBoolean
Remarks

If AllowFastReads is null then the invocation grid worker processes will use the value that is specified in the soss_AllowFastReads appSetting in the soss_ig_wkr.exe.config file on each configured server. If AllowFastReads is null and there is no "soss_AllowFastReads" value configured for a worker's appSettings then the worker process will default to true and fast reads will be performed subject to the value of LockOnRead.

See Also

Reference