TransactionCaches

Possible values: true and false.

Default value: false.

File: configuration file.

Context: DatabaseManager, Database.

If this parameter is set to true, the transaction cache exists, otherwise does not exist. The transaction cache is HashMap of DOs (data objects).

Sample code:

# values{true,false} default{false} 
DatabaseManager.defaults.TransactionCaches=true