Method: Puppet::Forge::Cache#initialize

Defined in:
lib/vendor/puppet/forge/cache.rb

#initialize(repository, options = {}) ⇒ Cache

Instantiate new cahe for the repositry instance.



10
11
12
13
# File 'lib/vendor/puppet/forge/cache.rb', line 10

def initialize(repository, options = {})
  @repository = repository
  @options = options
end