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

Types

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