Method: RC::Interface#cache
- Defined in:
- lib/rc/interface.rb
#cache ⇒ Hash
Library configuration cache. Since configuration can be imported from other libraries, we keep a cache for each library.
55 56 57 |
# File 'lib/rc/interface.rb', line 55 def cache @cache ||= {} end |