Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2016 Changes in this version + func RegisterCache(name string, c Constructor) + type Cache interface + func NewCache(cfg config.RegistrableComponentConfig) (Cache, error) + type Constructor func(config.RegistrableComponentConfig) (Cache, error)