getOrNull

fun <T : Any> getOrNull(keyNamespace: CacheStore.KeyNamespace, vararg keyComponents: Any?): T?

Retrieves the value associated with the key belonging to the specified namespace and matching the given components. If there’s no such value, null is returned.