Versions in this module Expand all Collapse all v0 v0.1.2 Nov 5, 2019 v0.1.1 Oct 25, 2019 Changes in this version + func NewMemCache() cache.Cache + type MemCache struct + func (mc *MemCache) ClearAll() error + func (mc *MemCache) Delete(key string) error + func (mc *MemCache) Get(key string) interface{} + func (mc *MemCache) GetMulti(keys []string) []interface{} + func (mc *MemCache) IsExist(key string) bool + func (mc *MemCache) Put(key string, val interface{}, timeout time.Duration) error + func (mc *MemCache) StartCache(config string) error