Versions in this module Expand all Collapse all v1 v1.0.0 Aug 21, 2019 Changes in this version + type Cache struct + func New(server ...string) *Cache + func NewWithClient(client *memcache.Client) *Cache + func (c *Cache) Delete(key string) + func (c *Cache) Get(key string) (resp []byte, ok bool) + func (c *Cache) Set(key string, resp []byte)