Method: RC::Interface#cache

Defined in:
lib/rc/interface.rb

#cacheHash

Library configuration cache. Since configuration can be imported from other libraries, we keep a cache for each library.

Returns:



55
56
57
# File 'lib/rc/interface.rb', line 55

def cache
  @cache ||= {}
end