Method: Stool::Command::WorkSpace#cleanAllCache

Defined in:
lib/stool/Command/WorkSpace.rb

#cleanAllCacheObject

清理所有pod缓存(除master repo的pod)



71
72
73
# File 'lib/stool/Command/WorkSpace.rb', line 71

def cleanAllCache
  Repo::cacheCleanAll
end