org.apache.xalan.xsltc.dom
Class DocumentCache
java.lang.Object
|
+--org.apache.xalan.xsltc.dom.DocumentCache
- public final class DocumentCache
- extends java.lang.Object
- implements DOMCache
Method Summary |
void |
getStatistics(java.io.PrintWriter out)
Outputs the cache statistics |
DOM |
retrieveDocument(java.lang.String uri,
int mask,
Translet trs)
Returns a document either by finding it in the cache or
downloading it and putting it in the cache. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DocumentCache
public DocumentCache(int size)
throws SAXException
- DocumentCache constructor
DocumentCache
public DocumentCache(int size,
XSLTCDTMManager dtmManager)
throws SAXException
- DocumentCache constructor
retrieveDocument
public final DOM retrieveDocument(java.lang.String uri,
int mask,
Translet trs)
- Returns a document either by finding it in the cache or
downloading it and putting it in the cache.
- Specified by:
- retrieveDocument in interface DOMCache
getStatistics
public void getStatistics(java.io.PrintWriter out)
- Outputs the cache statistics
Copyright © 2003 Apache XML Project. All Rights Reserved.