AutomaticCacheCoherencyDefault

Boolean

true

Purpose

The AutomaticCacheCoherencyDefault parameter specifies whether cache coherency is enabled by default on client and server nodes; that is, cache coherency is the default value for clients connecting to the server and for server methods and server applications on the server node when the AutomaticCacheCoherency parameter in the [JadeClient] or [JadeServer] section is set to ServerDefault.

When the JADE development environment is run in multiuser mode, it requires cache coherency to be enabled.

Set this parameter to false if you want to disable cache coherency as the default for client nodes connecting to the server and for server nodes (that is, cache coherency on client nodes will be enabled only if the AutomaticCacheCoherency parameter in the [JadeClient] section on client nodes and the [JadeServer] section on server nodes is set to true).

If you start the JADE development environment in multiuser mode with cache coherency disabled, a message box is displayed, warning you that the system is not using cache coherency. If you choose to proceed (by clicking the Yes button), a message is logged in the jommsgn.log file, indicating that you are using the JADE development environment without cache coherency.

Parameter is read when …

The database server node is next initialized.