Modifier and Type | Field and Description |
---|---|
protected Map<K,V> |
cache |
protected int |
cacheType |
protected ClusterIF |
cluster |
protected IdentityIF |
namespace |
Modifier and Type | Method and Description |
---|---|
void |
clear(boolean notifyCluster) |
V |
get(K key) |
V |
put(K key,
V value) |
V |
remove(K key,
boolean notifyCluster) |
void |
removeAll(Collection<K> keys,
boolean notifyCluster) |
void |
writeReport(Writer out,
boolean dumpCache) |
protected ClusterIF cluster
protected int cacheType
protected IdentityIF namespace
public void removeAll(Collection<K> keys, boolean notifyCluster)
public void writeReport(Writer out, boolean dumpCache) throws IOException
writeReport
in interface CacheIF<K,V>
IOException