put
abstract fun put(key: Key, value: String, options: KVNamespacePutOptions = definedExternally): Promise<Unit>
abstract fun put(key: Key, value: ArrayBuffer, options: KVNamespacePutOptions = definedExternally): Promise<Unit>
abstract fun put(key: Key, value: ArrayBufferView, options: KVNamespacePutOptions = definedExternally): Promise<Unit>
abstract fun put(key: Key, value: ReadableStream<Uint8Array>, options: KVNamespacePutOptions = definedExternally): Promise<Unit>