}
@SuppressWarnings("unchecked")
Collection<V> values(EnumSet<Flag> explicitFlags, ClassLoader explicitClassLoader) {
InvocationContext ctx = getInvocationContextForRead(null, explicitClassLoader, UNBOUNDED);
ValuesCommand command = commandsFactory.buildValuesCommand(explicitFlags);
return (Collection<V>) invoker.invoke(ctx, command);
}