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) | 
createpublic ConcurrentBoundedCache(long upperBound,
                              boolean warnWhenFull)
public void addQueryToCache(String statement, Query query)
addQueryToCache in class QueryCachepublic Query getQueryFromCache(String statement)
getQueryFromCache in class QueryCachepublic void clear()
clear in class QueryCacheCopyright © GigaSpaces.