contains

abstract suspend fun contains(key: String): Boolean

Returns true iff a value is currently stored under key.

Throws

if the backend cannot be reached.