Package org.jdbi.v3.core.config.internal
Interface ConfigCache<K,V>
-
@Beta public interface ConfigCache<K,V>
Simple cache interface.- See Also:
ConfigCaches
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Vget(K key, ConfigRegistry config)default Vget(K key, Configurable<?> configurable)default Vget(K key, StatementContext ctx)
-
-
-
Method Detail
-
get
V get(K key, ConfigRegistry config)
-
get
default V get(K key, Configurable<?> configurable)
-
get
default V get(K key, StatementContext ctx)
-
-