class Bundler::Settings

def app_cache_path

def app_cache_path
  @app_cache_path ||= self[:cache_path] || "vendor/cache"
end