net.ontopia.persistence.proxy
Interface EvictableIF

All Known Implementing Classes:
QueryCache, TransactionalLRULookupIndex

public interface EvictableIF

INTERNAL: Simple interface used by helper objects for invalidation purposes.


Method Summary
 void clear(boolean notifyCluster)
           
 java.lang.Object remove(java.lang.Object key, boolean notifyCluster)
           
 void removeAll(java.util.Collection keys, boolean notifyCluster)
           
 

Method Detail

remove

java.lang.Object remove(java.lang.Object key,
                        boolean notifyCluster)

removeAll

void removeAll(java.util.Collection keys,
               boolean notifyCluster)

clear

void clear(boolean notifyCluster)


Copyright © 2000-2012 Ontopia.