method

app_cache_path

app_cache_path()
public

No documentation available.

# File lib/bundler/settings.rb, line 293
    def app_cache_path
      @app_cache_path ||= self[:cache_path] || "vendor/cache"
    end