Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2020 Changes in this version + type Cache struct + func New() *Cache + func (c *Cache) Get(domain, port, altHost, homedir, requiredMethod string) (*jsonclient.URLClient, *capabilities.Capabilities, error) + func (c *Cache) Set(domain, port, altHost, homedir string) error + func (c *Cache) ShowCapabilities(domain, port, altHost, homedir string) error