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 voidclear(boolean notifyCluster)Vget(K key)Vput(K key, V value)Vremove(K key, boolean notifyCluster)voidremoveAll(Collection<K> keys, boolean notifyCluster)longsize()voidwriteReport(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:
writeReportin interfaceCacheIF<K,V>- Throws:
IOException
-
-