ehcache

Uses of Package
net.sf.ehcache.transaction

Packages that use net.sf.ehcache.transaction
net.sf.ehcache.transaction This package contains classes for controlling cache operations (for transactional use) 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction
Command
          A Command represents an operation to be executed on a Store.
StorePutCommand
          Represents a Store.put(net.sf.ehcache.Element) put} operation to be executed on a Store.
StoreRemoveCommand
          Represents a remove operation to be executed on a Store.
StoreWriteCommand
          Marker interface for Command that mutate the Store on Command.execute(net.sf.ehcache.store.Store)
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.xa
Command
          A Command represents an operation to be executed on a Store.
TransactionContext
          A TransactionContext represents the data local to a Transaction that involves a transactional Cache.
 


ehcache

true