get

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

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

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