public class QueryCacheSimple
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.logging.Logger |
logger |
Constructor and Description |
---|
QueryCacheSimple(Agent ag,
QueryProfiling p) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Unifier> |
getCache(Literal f) |
void |
queryFinished(Literal f,
java.util.List<Unifier> r) |
void |
reset() |
public QueryCacheSimple(Agent ag, QueryProfiling p)