|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DataWriteCommand | Mixes features from DataCommand and WriteCommand |
WriteCommand | A command that modifies the cache in some way |
Class Summary | |
---|---|
AbstractDataWriteCommand | Stuff common to WriteCommands |
ApplyDeltaCommand | |
ClearCommand | |
EvictCommand | |
InvalidateCommand | Removes an entry from memory. |
InvalidateL1Command | Invalidates an entry in a L1 cache (used with DIST mode) |
PutKeyValueCommand | Implements functionality defined by Map.put(Object, Object) |
PutMapCommand | |
RemoveCommand | |
ReplaceCommand | |
VersionedPutKeyValueCommand | A form of PutKeyValueCommand that also applies a version to the entry created. |
Commands that alter the state of the cache.
|
--> |