6970717273747576
*/ public AbstractExpression parse(String query) throws ParsingException { try { return QUERY_CACHE.get(query); } catch (ExecutionException e) { throw new ParsingException(e); } }