Default value: 0 (DODS will not use PreparedStatement Cache).
File: configuration file.
Context: Connection.
Size of PreparedStatement Cache. If this parameter is set to 0 (null), PreparedStatement Cache is disabled.
Example:
DatabaseManager.DB.<databaseName>.Connection.MaxPreparedStatements = 50
If you use PreparedStatement cache in your configuration and connection pooling, you should also use parameter MaxConnectionUsages to define how many times a connection can be re-used by a new thread (and put in the connection pool again).