Package-level declarations

Functions

Link copied to clipboard

Returns a Document backed by light persistence. Requires kvs-core, kvs-persistence-light, and kvs-document on the classpath.

Link copied to clipboard
fun Storage.encryptDocument(name: String, secretKey: String): Document

Returns an encrypted Document backed by light persistence. Requires kvs-core, kvs-persistence-light, and kvs-document on the classpath.

Link copied to clipboard
inline suspend fun <T> Document.get(): T?
Link copied to clipboard
inline suspend fun <T> Document.put(value: T)