class RuboCop::RemoteConfig

def cache_path_exists?

def cache_path_exists?
  @cache_path_exists ||= File.exist?(cache_path)
end