lamReuseCache
layoutXL lamReuseCache boolean { t | nil }
Description
Reads the LAM file from cache.
The default is t, which means the LAM file is not read all over again, even during a Descend Edit or an Edit In Place operation, resulting in better performance.
When set to nil, the LAM file is read again when descended into a different library or when editing in place.
GUI Equivalent
Examples
envGetVal("layoutXL" "lamReuseCache")
envSetVal("layoutXL" "lamReuseCache" 'boolean t)
envSetVal("layoutXL" "lamReuseCache" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top