org.tranql.cache
Interface CacheFlushStrategy

All Known Implementing Classes:
SimpleFlushStrategy

public interface CacheFlushStrategy

Version:
$Revision: 1.2 $ $Date: 2004/03/19 11:39:41 $

Method Summary
 void flush(java.util.Map cache)
           
 void rowAdded(CacheRow row)
           
 void rowModified(CacheRow row)
           
 void rowRemoved(CacheRow row)
           
 

Method Detail

rowAdded

public void rowAdded(CacheRow row)

rowModified

public void rowModified(CacheRow row)

rowRemoved

public void rowRemoved(CacheRow row)

flush

public void flush(java.util.Map cache)
           throws QueryException
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.