@Deprecated public class ConcurrentSoftCache extends QueryCache
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String,Query>>> | _mapDeprecated.  | 
| Constructor and Description | 
|---|
| ConcurrentSoftCache()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addQueryToCache(String statement,
               Query query)Deprecated.  | 
| void | clear()Deprecated.  | 
| Query | getQueryFromCache(String statement)Deprecated.  | 
createprotected final ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String,Query>>> _map
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.