SetPreparedStatementCache enables or disables the prepared statement cache.
(bool)
| 32 | // SetPreparedStatementCache enables or disables the prepared statement |
| 33 | // cache. |
| 34 | SetPreparedStatementCache(bool) |
| 35 | |
| 36 | // PreparedStatementCacheEnabled returns true if the prepared statement cache |
| 37 | // is enabled, false otherwise. |