net.ontopia.persistence.proxy
Interface CacheIF
- All Known Implementing Classes:
- ClusteredCache, DefaultCache
public interface CacheIF
INTERNAL: Simple interface used by innermost caches.
get
Object get(Object key)
put
Object put(Object key,
Object value)
remove
Object remove(Object key,
boolean notifyCluster)
removeAll
void removeAll(Collection keys,
boolean notifyCluster)
clear
void clear(boolean notifyCluster)
writeReport
void writeReport(Writer out,
boolean dumpCache)
throws IOException
- Throws:
IOException
Copyright © 2000-2012 Ontopia.