}
protected JsResponse doDebug(Iterable<JsContent> content, String cacheKey) {
JsResponseBuilder builder = new JsResponseBuilder();
builder.appendAllJs(content);
JsResponse result = builder.build();
cache.addElement(cacheKey, result);
return result;
}
protected JsResponse doCompile(JsUri jsUri, Iterable<JsContent> content, String externs,