# File lib/puppet/module/tool/cache.rb, line 40
    def path
      return @path ||= (self.class.base_path + @repository.cache_key).tap{ |o| o.mkpath }
    end