Package org.ehcache.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
OperationsFilter<T> An interface for implementing a filter for operations before they are processed.
SingleOperation<K,V>  
 

Class Summary
CoalesceKeysFilter<K,V>  
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
 

Enum Summary
SingleOperationType Enum class to provide distinct operation types for each single operation.