Uses of Package
net.sf.ehcache.writer.writebehind.operations
-
Packages that use net.sf.ehcache.writer.writebehind.operations Package Description net.sf.ehcache.writer This package contains the cache writer functionalities.net.sf.ehcache.writer.writebehind This package contains the write behind functionalities.net.sf.ehcache.writer.writebehind.operations This package contains the operations for the write behind functionalities. -
Classes in net.sf.ehcache.writer.writebehind.operations used by net.sf.ehcache.writer Class Description SingleOperationType Enum class to provide distinct operation types for each single operation. -
Classes in net.sf.ehcache.writer.writebehind.operations used by net.sf.ehcache.writer.writebehind Class Description KeyBasedOperation 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 -
Classes in net.sf.ehcache.writer.writebehind.operations used by net.sf.ehcache.writer.writebehind.operations Class 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-behindSingleOperationType Enum class to provide distinct operation types for each single operation.