Method: Cisco::Client::GRPC#cache_flush
- Defined in:
- lib/cisco_node_utils/client/grpc/client.rb
#cache_flush ⇒ Object
76 77 78 79 80 81 82 |
# File 'lib/cisco_node_utils/client/grpc/client.rb', line 76 def cache_flush @cache_hash = { 'cli_config' => {}, 'show_cmd_text_output' => {}, 'show_cmd_json_output' => {}, } end |