Package net.ontopia.persistence.proxy
Class DefaultCache<K,V>
- java.lang.Object
-
- net.ontopia.persistence.proxy.DefaultCache<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)
-
-
-
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
-
-