Versions in this module Expand all Collapse all v1 v1.2.0 May 16, 2014 Changes in this version + type MemcacheCache struct + func NewMemCache() *MemcacheCache + func (rc *MemcacheCache) ClearAll() error + func (rc *MemcacheCache) Decr(key string) error + func (rc *MemcacheCache) Delete(key string) error + func (rc *MemcacheCache) Get(key string) interface{} + func (rc *MemcacheCache) Incr(key string) error + func (rc *MemcacheCache) IsExist(key string) bool + func (rc *MemcacheCache) Put(key string, val interface{}, timeout int64) error + func (rc *MemcacheCache) StartAndGC(config string) error