Package org.infinispan.commands.write

Commands that alter the state of the cache.

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
ClearCommand  
EvictCommand  
InvalidateCommand Removes an entry from memory - never removes the entry.
InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)
PutKeyValueCommand Implements functionality defined by Map.put(Object, Object)
PutMapCommand  
RemoveCommand  
ReplaceCommand  
 

Package org.infinispan.commands.write Description

Commands that alter the state of the cache.

Since:
4.0
Author:
Manik Surtani

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.