get

open fun get(key: String): ByteArray

look up the passed key, returning the value or throwing DataMissingException


open fun get(key: ByteArray): ByteArray

look up the passed key, throwing DataMissingException if it does not exist