public class PlanCache extends Object
| Constructor and Description |
|---|
PlanCache(net.sf.ehcache.Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlan(String cqlQuery,
search.library.util.cql.query.tree.GCQLNode head,
gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode newPlan) |
void |
clear() |
gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode |
searchForCachedPlans(String cqlQuery,
search.library.util.cql.query.tree.GCQLNode head)
returns a cached plan for a query
|
public gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode searchForCachedPlans(String cqlQuery, search.library.util.cql.query.tree.GCQLNode head)
cqlQuery - - the query in string formathead - - the query, parsedpublic void addPlan(String cqlQuery, search.library.util.cql.query.tree.GCQLNode head, gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode newPlan)
public void clear()
Copyright © 2014. All Rights Reserved.