Package | Description |
---|---|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplyDeltaCommand |
class |
EvictCommand |
class |
InvalidateCommand
Removes an entry from memory.
|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
class |
PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
class |
RemoveCommand |
class |
ReplaceCommand |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.