resultCallback.onSuccess(prefetchResult);
return new CompletedDispatchRequest();
} else {
// Execute
DispatchRequest request = executeCommand.execute(action,
new AsyncCallback<R>() {
@Override
public void onFailure(Throwable caught) {
// Call postfetch with null result
postfetch(action, null);