CacheCommand constructor

CacheCommand(
  1. CommandContext context
)

Implementation

CacheCommand(super.context) {
  addSubcommand(CacheGcCommand(context));
}