Package net.ontopia.persistence.proxy
Interface CacheIF<K,V>
- All Known Implementing Classes:
ClusteredCache,DefaultCache
public interface CacheIF<K,V>
INTERNAL: Simple interface used by innermost caches.
-
Method Summary
-
Method Details
-
get
-
put
-
remove
-
removeAll
-
clear
void clear(boolean notifyCluster) -
writeReport
- Throws:
IOException
-
size
long size()
-