Method: Cisco::Client#cache_flush

Defined in:
lib/cisco_node_utils/client/client.rb

#cache_flushObject

Clear the cache of CLI output results.

If cache_auto is true (default) then this will be performed automatically whenever a set() is called, but providers may also call this to explicitly force the cache to be cleared.



158
159
160
# File 'lib/cisco_node_utils/client/client.rb', line 158

def cache_flush
  # to be implemented by subclasses
end