Interface JdbcData.CacheFactory
-
- Enclosing class:
- JdbcData
public static interface JdbcData.CacheFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.opentelemetry.instrumentation.api.caching.Cache<Connection,DbInfo>connectionInfoCache()io.opentelemetry.instrumentation.api.caching.Cache<PreparedStatement,String>preparedStatementCache()
-
-
-
Method Detail
-
connectionInfoCache
io.opentelemetry.instrumentation.api.caching.Cache<Connection,DbInfo> connectionInfoCache()
-
preparedStatementCache
io.opentelemetry.instrumentation.api.caching.Cache<PreparedStatement,String> preparedStatementCache()
-
-