org.exist.xmlrpc
Class QueryResultCache
java.lang.Object
org.exist.xmlrpc.QueryResultCache
public class QueryResultCache
- extends Object
Used by XmldbRequestProcessorFactory
to cache query results. Each query result
is identified by a unique integer id.
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
results
public QueryResult[] results
QueryResultCache
public QueryResultCache()
add
public int add(QueryResult qr)
get
public QueryResult get(int pos)
remove
public void remove(int pos)
checkTimestamps
public void checkTimestamps()
Copyright (C) Wolfgang Meier. All rights reserved.