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

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

Instance Method Summary collapse

Instance Method Details

#clearObject



27
28
# File 'lib/puppet_library/http/cache/noop.rb', line 27

def clear
end

#get(path = "entry") ⇒ Object



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

def get(path = "entry")
    yield
end