public void printCacheState(CellRegion region, PrintWriter pw, Locus locus) { ACTOR.execute(handler, new PrintCacheStateCommand(region, pw, locus)); }
public <T> T execute(Command<T> command) { return ACTOR.execute(handler, command); }