org.apache.xalan.xsltc.dom
public final class DocumentCache extends Object implements DOMCache
Nested Class Summary | |
---|---|
class | DocumentCache.CachedDocument |
Constructor Summary | |
---|---|
DocumentCache(int size)
DocumentCache constructor | |
DocumentCache(int size, XSLTCDTMManager dtmManager)
DocumentCache constructor |
Method Summary | |
---|---|
void | getStatistics(PrintWriter out)
Outputs the cache statistics |
DOM | retrieveDocument(String baseURI, String href, Translet trs)
Returns a document either by finding it in the cache or
downloading it and putting it in the cache. |