Interface JdbcData.CacheFactory

  • Enclosing class:
    JdbcData

    public static interface JdbcData.CacheFactory
    • Method Detail

      • connectionInfoCache

        io.opentelemetry.instrumentation.api.caching.Cache<Connection,​DbInfo> connectionInfoCache()
      • preparedStatementCache

        io.opentelemetry.instrumentation.api.caching.Cache<PreparedStatement,​String> preparedStatementCache()