Package net.sf.ehcache.writer.writebehind.operations
This package contains the operations for the write behind functionalities.
-
Interface Summary Interface Description BatchOperation Interface to implement batch operations that are executed on a cache writerKeyBasedOperation Interface to implement operations that are performed with write-behind and based on a keySingleOperation Interface to implement single operations that are performed with write-behind -
Class Summary Class Description DeleteAllOperation Implements the delete all operation for write behindDeleteOperation Implements the delete operation for write behindWriteAllOperation Implements the write all operation for write behindWriteOperation Implements the write operation for write behind -
Enum Summary Enum Description SingleOperationType Enum class to provide distinct operation types for each single operation.