org.tranql.cache
Interface CacheFlushStrategy

All Known Implementing Classes:
EnforceRelationshipsFlushStrategy, InTxCacheTracker, SimpleFlushStrategy

public interface CacheFlushStrategy

Version:
$Revision: 276 $ $Date: 2005-10-01 10:41:03 +0200 (Sat, 01 Oct 2005) $

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

Method Detail

rowAssociated

void rowAssociated(CacheRow row)

rowAdded

void rowAdded(CacheRow row)

rowModified

void rowModified(CacheRow row)

rowRemoved

void rowRemoved(CacheRow row)

flush

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


Copyright © -2010 The Codehaus. All Rights Reserved.