# File lib/chef/resource/deploy.rb, line 189 def repository_cache(arg=nil) set_or_return( :repository_cache, arg, :kind_of => [ String ] ) end