DistributedCallable<Object, Object, Object> dc = (DistributedCallable<Object, Object, Object>) callable;
dc.setEnvironment(cache, keys);
}
result = callable.call();
} finally {
taskLifecycleService.onPostExecute(callable);
}
return result;
}
public Callable<V> getCallable() {