Versions in this module Expand all Collapse all v0 v0.6.0 May 17, 2016 Changes in this version + func NewMemCache() cache.Cache + type Cache struct + func (rc *Cache) ClearAll() error + func (rc *Cache) Decr(key string) error + func (rc *Cache) Delete(key string) error + func (rc *Cache) Get(key string) interface{} + func (rc *Cache) GetMulti(keys []string) []interface{} + func (rc *Cache) Incr(key string) error + func (rc *Cache) IsExist(key string) bool + func (rc *Cache) Put(key string, val interface{}, timeout time.Duration) error + func (rc *Cache) StartAndGC(config string) error v0.5.0 Apr 28, 2016