Package org.jdbi.v3.core.config
Interface JdbiCache<K,V> 
Simple cache interface.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionget(K key, ConfigRegistry config) default Vget(K key, Configurable<?> configurable) default Vget(K key, StatementContext ctx)  
- 
Method Details
- 
get
 - 
get
 - 
get
 
 -