put

open fun <M : Any> put(model: M): KeyAndSize<M>
abstract fun <M : Any> put(model: M, vararg options: Options.Puts): KeyAndSize<M>
open fun <M : Any> put(key: Key<M>, model: M): Int
abstract fun <M : Any> put(key: Key<M>, model: M, vararg options: Options.Puts): Int