keyValueStore

fun <T : Any> Context.keyValueStore(name: String = "default", cacheValues: Boolean = false): KeyValueRepo<String, T>(source)