getValue
fun <Identifier, Value> BlockingCache<Identifier, Nothing, Value>.getValue(id: Identifier): Value(source)
fun <Identifier, Context, Value> BlockingContextualCache<Identifier, Context, Nothing, Value>.getValue(id: Identifier, context: Context): Value(source)
Convenience function to access a value from InfallibleCache that are blocking.
For more information, see BlockingCache.get and Cache.get.