ehcache

net.sf.ehcache.transaction
Interface StoreWriteCommand

All Superinterfaces:
Command
All Known Implementing Classes:
StoreExpireAllElementsCommand, StorePutCommand, StorePutIfAbsentCommand, StorePutWithWriterCommandImpl, StoreRemoveAllCommand, StoreRemoveCommand, StoreRemoveElementCommand, StoreRemoveWithWriterCommand, StoreReplaceCommand, StoreReplaceElementCommand

public interface StoreWriteCommand
extends Command

Marker interface for Command that mutate the Store on Command.execute(net.sf.ehcache.store.Store)

Author:
Alex Snaps

Field Summary
 
Fields inherited from interface net.sf.ehcache.transaction.Command
EXPIRE_ALL_ELEMENTS, NULL, PUT, PUT_IF_ABSENT, PUT_WITH_WRITER, REMOVE, REMOVE_ALL, REMOVE_ELEMENT, REMOVE_WITH_WRITER, REPLACE, REPLACE_ELEMENT
 
Method Summary
 
Methods inherited from interface net.sf.ehcache.transaction.Command
execute, execute, getCommandName, isPut, isRemove
 


ehcache

true