getCacheMetrics abstract method

PreparedStatementMetrics? getCacheMetrics()

Gets prepared statement metrics.

Returns metrics including cache hits, executions, etc. Returns null if metrics cannot be retrieved.

Implementation

PreparedStatementMetrics? getCacheMetrics();