CacheCommand constructor
CacheCommand(
- CommandContext context
Implementation
CacheCommand(super.context) {
addSubcommand(CacheGcCommand(context));
}
CacheCommand(super.context) {
addSubcommand(CacheGcCommand(context));
}