Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
cache_dir()
public
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