| Interface | Description |
|---|---|
| DataWriteCommand |
Mixes features from DataCommand and WriteCommand
|
| WriteCommand |
A command that modifies the cache in some way
|
| Class | Description |
|---|---|
| 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
BasicCache.put(Object, Object) |
| PutMapCommand | |
| RemoveCommand | |
| RemoveExpiredCommand |
Removes an entry that is expired from memory
|
| ReplaceCommand | |
| ValueMatcher.Externalizer |
| Enum | Description |
|---|---|
| ValueMatcher |
A policy for determining if a write command should be executed based on the current value in the cache.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.