fetch

abstract fun fetch(key: String): String?

Retrieve the value for the given key from the persistent store

Return

The stored value, or null if the key is not set

Parameters

key