I'm going through the capistrano handbook
https://github.com/leehambley/capistrano-handbook/blob/master/index.markdown
And see the keyword "set" appear
set :deploy_via, :remote_cache
Does set in this example set the symbol :deploy_via to :remote_cache?