get

operator fun get(id: Identifier): Outcome<Failure, Value>(source)

Gets the value associated with id in the cache, at the current time.

Unlike Cache.get, this function does not allow subscribing to the value to see its changes over time.