set

operator fun set(id: Identifier, context: Context, value: Value)(source)

Forces the cache to accept value as a more recent value for the given id and context than whatever it was previously storing.

For more information, see ContextualCache.update.