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()
public
The cache directory for plugin
stuffs
# File lib/bundler/plugin.rb, line 104
def cache
@cache ||= root.join("cache")
end