public class ConcurrentBoundedCache extends QueryCache
Constructor and Description |
---|
ConcurrentBoundedCache(long upperBound,
boolean warnWhenFull) |
Modifier and Type | Method and Description |
---|---|
void |
addQueryToCache(String statement,
Query query) |
void |
clear() |
Query |
getQueryFromCache(String statement) |
create
public ConcurrentBoundedCache(long upperBound, boolean warnWhenFull)
public void addQueryToCache(String statement, Query query)
addQueryToCache
in class QueryCache
public Query getQueryFromCache(String statement)
getQueryFromCache
in class QueryCache
public void clear()
clear
in class QueryCache
Copyright © GigaSpaces.