Class CacheableCommandImpl

All Implemented Interfaces:
com.ibm.websphere.cache.Sizeable, CacheableCommand, Command, CommandCaller, TargetableCommand, Serializable

public abstract class CacheableCommandImpl extends CacheableCommandImpl
This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write. This class provides a runtime for command execution that interacts with the CommandCache. It also provides the contract between this command runtime and the command writer.

CacheableCommandImpl is a super class of all CacheableCommands.

See Also:
  • Constructor Details

    • CacheableCommandImpl

      public CacheableCommandImpl()