Versions in this module Expand all Collapse all v1 v1.3.2 Jan 7, 2017 v1.3.1 Sep 22, 2016 v1.3.0 Sep 19, 2016 Changes in this version + type ObjectCache struct + func NewObjectCache(f func() (interface{}, error), ttl time.Duration) *ObjectCache + func (c *ObjectCache) Add(key string, obj interface{}) error + func (c *ObjectCache) Get(key string) (interface{}, error)