KvsExtendedEditor
interface KvsExtendedEditor
Builder for applying a batch of write operations with optional TTL to the store.
Each put* overload comes in two forms: one without a Duration (no expiry) and one with a Duration (entry expires after the given time). Call commit to flush all staged operations atomically.
See also
Functions
Link copied to clipboard
Stages the removal of ALL entries from the store (including TTL metadata).
Link copied to clipboard
abstract fun putBoolean(key: String, value: Boolean, duration: Duration): KvsExtended.KvsExtendedEditor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Stages the removal of the entry identified by key.