Class: Ukiryu::CliCommands::CacheCommand
- Inherits:
-
Thor
- Object
- Thor
- Ukiryu::CliCommands::CacheCommand
- 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
#clear ⇒ Object
25 26 27 |
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 25 def clear clear_cache end |
#info ⇒ Object
15 16 17 |
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 15 def info show_cache_info end |
#stats ⇒ Object
20 21 22 |
# File 'lib/ukiryu/cli_commands/cache_command.rb', line 20 def stats show_cache_stats end |