mask = multiplexer.nextMask(); // peek
if (cache != null) {
//newdom = cache.retrieveDocument(originalUri, mask, translet);
newdom = cache.retrieveDocument(uri, mask, translet);
if (newdom == null) {
final Exception e = new FileNotFoundException(originalUri);
throw new TransletException(e);
}
} else {