KeyStore

interface KeyStore<K : Any>

Functions

read
Link copied to clipboard
common
abstract suspend fun read(key: K): KeyTimestamps?
remove
Link copied to clipboard
common
abstract suspend fun remove(key: K)
update
Link copied to clipboard
common
abstract suspend fun update(key: K, transform: (KeyTimestamps?) -> KeyTimestamps?)
write
Link copied to clipboard
common
abstract suspend fun write(key: K, timestamps: KeyTimestamps)

Inheritors

MemoryKeyStore
Link copied to clipboard