Package net.ontopia.persistence.proxy
Class ClusteredCache<K,V>
- java.lang.Object
-
- net.ontopia.persistence.proxy.ClusteredCache<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
long
size()
void
writeReport(Writer out, boolean dumpCache)
-
-
-
Field Detail
-
cluster
protected ClusterIF cluster
-
cacheType
protected int cacheType
-
namespace
protected IdentityIF namespace
-
-
Method Detail
-
removeAll
public void removeAll(Collection<K> keys, boolean notifyCluster)
-
writeReport
public void writeReport(Writer out, boolean dumpCache) throws IOException
- Specified by:
writeReport
in interfaceCacheIF<K,V>
- Throws:
IOException
-
-