ehcache

net.sf.ehcache.transaction
Interface StoreWriteCommand

All Superinterfaces:
Command
All Known Implementing Classes:
StoreExpireAllElementsCommand, StorePutCommand, StorePutWithWriterCommandImpl, StoreRemoveAllCommand, StoreRemoveCommand, StoreRemoveWithWriterCommand

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_WITH_WRITER, REMOVE, REMOVE_ALL, REMOVE_WITH_WRITER
 
Method Summary
 
Methods inherited from interface net.sf.ehcache.transaction.Command
execute, execute, getCommandName, isPut, isRemove
 


ehcache

true