Versions in this module Expand all Collapse all v0 v0.2.12 Apr 25, 2020 Changes in this version + func NewMixCache(path string) (client standard.MixCache, err error) + type Client struct + func (c *Client) Get(key string) (resp interface{}, err error) + func (c *Client) Set(key string, val interface{}, expire int) (resp interface{}, err error)