See: Description
Interface | Description |
---|---|
BatchOperation |
Interface to implement batch operations that are executed on a cache writer
|
KeyBasedOperation |
Interface to implement operations that are performed with write-behind and based on a key
|
SingleOperation |
Interface to implement single operations that are performed with write-behind
|
Class | Description |
---|---|
DeleteAllOperation |
Implements the delete all operation for write behind
|
DeleteOperation |
Implements the delete operation for write behind
|
WriteAllOperation |
Implements the write all operation for write behind
|
WriteOperation |
Implements the write operation for write behind
|
Enum | Description |
---|---|
SingleOperationType |
Enum class to provide distinct operation types for each single operation.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.