put

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