AutomaticCacheCoherency

String

ServerDefault

Purpose

The AutomaticCacheCoherency parameter specifies whether the cache for server methods and server applications on the server node require cache synchronization; for example, so that you do not have to explicitly implement a caching strategy in your applications. The default value of ServerDefault enables cache coherency only if the AutomaticCacheCoherencyDefault parameter in the [JadeServer] section on the server node is set to true.

Set this parameter to true in the JADE initialization file used by the server node if you want to enable client cache coherency.

Set this parameter to false in the JADE initialization file used by the server node if you want to disable cache coherency on the server node.

With automatic cache coherency, an object updated on another node is automatically reloaded in cache, even when it is the receiver of a method currently being executed.

Parameter is read when …

The database server node is next initialized.