# File lib/rspec-puppet/support.rb, line 176
    def build_catalog(*args)
      @@cache.get(*args) do |*args|
        build_catalog_without_cache(*args)
      end
    end