Package-level declarations

Functions

Link copied to clipboard

Returns a persistent Kvs using the optimized backend.

fun Storage.kvsOptimized(name: String, ttl: Ttl? = null): KvsExtended
fun Storage.kvsOptimized(name: String, ttl: Duration? = null): KvsExtended

Returns a persistent KvsExtended with optional TTL using the optimized backend.

Link copied to clipboard
fun Storage.optimizedKvs(name: String, ttl: Ttl? = null): KvsExtended
fun Storage.optimizedKvs(name: String, ttl: Duration? = null): KvsExtended