Class: Ukiryu::CliCommands::CacheCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/ukiryu/cli_commands/cache_command.rb

Overview

Manage definition cache

The cache command allows users to view and manage the definition cache.

Instance Method Summary collapse

Instance Method Details

#clearObject



25
26
27
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 25

def clear
  clear_cache
end

#infoObject



15
16
17
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 15

def info
  show_cache_info
end

#statsObject



20
21
22
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 20

def stats
  show_cache_stats
end