The CacheableCommand interface provides the contract between the
client and the command implementation for those
commands that participate in the command caching framework.
The CacheableCommand interface provides the contract between the
client and the command implementation for those
commands that participate in the command caching framework.
This CacheableCommandImpl abstract class provides an implementation
for all CacheableCommand interface methods except those that the
command writer must write.