Package net.ontopia.persistence.proxy
Class DefaultCache<K,V>
java.lang.Object
net.ontopia.persistence.proxy.DefaultCache<K,V>
- All Implemented Interfaces:
CacheIF<K,V>
INTERNAL: CacheIF implementation that wraps a Map. All access is
synchronized.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
cache
-
-
Method Details
-
get
-
put
-
remove
-
removeAll
-
clear
public void clear(boolean notifyCluster) -
writeReport
- Specified by:
writeReportin interfaceCacheIF<K,V> - Throws:
IOException
-
size
public long size()
-