DOFOperationControlsetMaxCacheAge Method OpenDOF Object Access Library
Set the maximum acceptable age of a cached value.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void setMaxCacheAge(
	short cacheAge
)

Parameters

cacheAge
Type: SystemInt16
The maximum acceptable age of a cached value (in milliseconds). A value of 0 means no cached values will be accepted (the default). This value will be rounded up to the nearest second.
Remarks

Set the maximum acceptable age of a cached value. By default, no cached values are allowed.
See Also

Reference