}
@SuppressWarnings("unchecked")
Set<K> keySet(EnumSet<Flag> explicitFlags, ClassLoader explicitClassLoader) {
InvocationContext ctx = getInvocationContextForRead(null, explicitClassLoader, UNBOUNDED);
KeySetCommand command = commandsFactory.buildKeySetCommand(explicitFlags);
return (Set<K>) invoker.invoke(ctx, command);
}