# File lib/bundler.rb, line 176
    def app_cache(custom_path = nil)
      path = custom_path || root
      path.join(settings.app_cache_path)
    end