Package org.ehcache.impl.internal.loaderwriter.writebehind.operations

Interface Summary
BatchOperation<K,V> Interface to implement batch operations that are executed on a cache writer
KeyBasedOperation<K> Interface to implement operations that are performed with write-behind and based on a key
SingleOperation<K,V>  
 

Class Summary
DeleteAllOperation<K,V> Implements the delete all operation for write behind
DeleteOperation<K,V> Implements the delete operation for write behind
WriteAllOperation<K,V> Implements the write all operation for write behind
WriteOperation<K,V> Implements the write operation for write behind