Package org.babyfish.jimmer.sql.kt.cache.spi

Types

Link copied to clipboard
abstract class KAbstractRemoteHashBinder<K, V>(objectMapper: ObjectMapper?, type: ImmutableType?, prop: ImmutableProp?, duration: Duration, randomPercent: Int) : AbstractRemoteHashBinder<K, V>
Link copied to clipboard
abstract class KAbstractRemoteValueBinder<K, V>(objectMapper: ObjectMapper?, type: ImmutableType?, prop: ImmutableProp?, duration: Duration, randomPercent: Int) : AbstractRemoteValueBinder<K, V>