net.sf.ehcache.writer.writebehind.operations
Interface BatchOperation

All Known Implementing Classes:
DeleteAllOperation, WriteAllOperation

public interface BatchOperation

Interface to implement batch operations that are executed on a cache writer

 

Method Summary
 void performBatchOperation(CacheWriter cacheWriter)
          Perform the batch operation for a particular batch writer
 

Method Detail

performBatchOperation

void performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer

Parameters:
cacheWriter - the cache writer this operation should be performed upon