Method: PuppetLibrary::Http::Cache::InMemory#save
- Defined in:
- lib/puppet_library/http/cache/in_memory.rb
#save(key, entry) ⇒ Object
41 42 43 |
# File 'lib/puppet_library/http/cache/in_memory.rb', line 41 def save(key, entry) cache[key] = entry end |