SystemaKVStore

interface SystemaKVStore

Functions

Link copied to clipboard
abstract suspend fun delete(key: String): String?
Link copied to clipboard
abstract suspend fun lazyWrite(key: String, value: String)
Link copied to clipboard
abstract suspend fun read(key: String): String?
Link copied to clipboard
abstract suspend fun write(key: String, value: String)

Inheritors

Link copied to clipboard
Link copied to clipboard