The cache dir to be used by the plugins for storage
Returns:
path of the cache dir
55 56 57
# File 'lib/bundler/plugin/api.rb', line 55 def cache_dir Plugin.cache.join("plugins") end