Package org.apache.xalan.xsltc.dom
Class DocumentCache.CachedDocument
java.lang.Object
org.apache.xalan.xsltc.dom.DocumentCache.CachedDocument
- Enclosing class:
- DocumentCache
-
Constructor Summary
ConstructorsConstructorDescriptionCachedDocument
(String uri) Constructor - load document and initialise statistics -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
long
void
void
loadDocument
(String uri) Loads the document and updates build-time (latency) statisticsvoid
setLastChecked
(long t) void
setLastModified
(long t)
-
Constructor Details
-
CachedDocument
Constructor - load document and initialise statistics
-
-
Method Details
-
loadDocument
Loads the document and updates build-time (latency) statistics -
getDocument
-
getFirstReferenced
public long getFirstReferenced() -
getLastReferenced
public long getLastReferenced() -
getAccessCount
public long getAccessCount() -
incAccessCount
public void incAccessCount() -
getLastModified
public long getLastModified() -
setLastModified
public void setLastModified(long t) -
getLatency
public long getLatency() -
getLastChecked
public long getLastChecked() -
setLastChecked
public void setLastChecked(long t) -
getEstimatedSize
public long getEstimatedSize()
-