CacheCommand constructor

CacheCommand()

Implementation

CacheCommand() {
  addSubcommand(CachePruneSubCommand());
  addSubcommand(ListCacheSubCommand());
}