cache_dir()
The cache dir to be used by the plugins for storage
@return [Pathname] path of the cache dir
# File lib/bundler/plugin/api.rb, line 55 def cache_dir Plugin.cache.join("plugins") end