@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>>> |
_map
Deprecated.
|
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.
|
create
protected final ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String,Query>>> _map
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.