org.ehcache.impl.internal.loaderwriter.writebehind.operations
Interface BatchOperation<K,V>
- All Known Implementing Classes:
- DeleteAllOperation, WriteAllOperation
public interface BatchOperation<K,V>
Interface to implement batch operations that are executed on a cache writer
performBatchOperation
void performBatchOperation(CacheLoaderWriter<K,V> cacheLoaderWriter)
throws BulkCacheWritingException,
java.lang.Exception
- Perform the batch operation for a particular batch writer
- Throws:
BulkCacheWritingException
java.lang.Exception