16171819202122
this.landscapeFetcher = landscapeFetcher; } @Override public CiEyeResponse respond(Request request) throws IOException { return CiEyeResponse.withJson(new JsonTranslator().toJson(landscapeFetcher.landscapes())).expiringInMillis(10000L); }