Versions in this module Expand all Collapse all v1 v1.0.0 Oct 3, 2017 Changes in this version + type Cache struct + func New(expire, gcInterval time.Duration) *Cache + func (c *Cache) Get(k string) []byte + func (c *Cache) Put(k string, v []byte)