class Bundler::Source::Path

def has_app_cache?

def has_app_cache?
  SharedHelpers.in_bundle? && app_cache_path.exist?
end