net.ontopia.persistence.proxy
Interface CacheIF

All Known Implementing Classes:
ClusteredCache, DefaultCache

public interface CacheIF

INTERNAL: Simple interface used by innermost caches.


Method Summary
 void clear(boolean notifyCluster)
           
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 Object remove(Object key, boolean notifyCluster)
           
 void removeAll(Collection keys, boolean notifyCluster)
           
 void writeReport(Writer out, boolean dumpCache)
           
 

Method Detail

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.