Package com.ibm.websphere.command

Interface Summary
CacheableCommand The CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.
CommandCaller This interface allows the caller of a command to have additional invalidation dependencies added by this command.
CommandIdGenerator The CommandIdGenerator is responsible for generating cache entry ids and data ids, and invalidating data ids for command objects.
 

Class Summary
CacheableCommandImpl This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.