public abstract class AbstractQueryCache extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractQueryCache() |
Modifier and Type | Method and Description |
---|---|
protected void |
cacheQuery(String key,
Query query)
Cache a query.
|
protected Query |
getCachedQuery(String key)
Get a cached query.
|