@Beta public interface JdbiCache<K,V>
JdbiCaches| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
ConfigRegistry config) |
default V |
get(K key,
Configurable<?> configurable) |
default V |
get(K key,
StatementContext ctx) |
V get(K key, ConfigRegistry config)
default V get(K key, Configurable<?> configurable)
default V get(K key, StatementContext ctx)
Copyright © 2019. All rights reserved.