Class: PuppetLibrary::Http::Cache::NoOp

Inherits:
InMemory
  • Object
show all
Defined in:
lib/puppet_library/http/cache/noop.rb

Constant Summary

Constants inherited from InMemory

InMemory::ARBITRARY_CACHE_TTL_MILLIS

Instance Method Summary collapse

Methods inherited from InMemory

#get, #initialize

Constructor Details

This class inherits a constructor from PuppetLibrary::Http::Cache::InMemory

Instance Method Details

#retrieve(key) ⇒ Object



25
26
# File 'lib/puppet_library/http/cache/noop.rb', line 25

def retrieve(key)
end

#save(key, entry) ⇒ Object



22
23
# File 'lib/puppet_library/http/cache/noop.rb', line 22

def save(key, entry)
end