cache()
The cache directory for plugin stuffs
# File lib/bundler/plugin.rb, line 104 def cache @cache ||= root.join("cache") end