class Bundler::Source::Path

def app_cache_path

def app_cache_path
  @app_cache_path ||= Bundler.app_cache.join(app_cache_dirname)
end