Versions in this module Expand all Collapse all v0 v0.2.2 Nov 12, 2025 Changes in this version + func NewItem(key string, data []byte, expire int32) *memcache.Item + type MemcacheCacher struct + func (c *MemcacheCacher) Decr(key string) error + func (c *MemcacheCacher) Delete(key string) error + func (c *MemcacheCacher) Flush() error + func (c *MemcacheCacher) Get(key string) interface{} + func (c *MemcacheCacher) Incr(key string) error + func (c *MemcacheCacher) IsExist(key string) bool + func (c *MemcacheCacher) Ping() error + func (c *MemcacheCacher) Put(key string, val interface{}, expire int64) error + func (c *MemcacheCacher) StartAndGC(opt cache.Options) error