Versions in this module Expand all Collapse all v1 v1.0.1 May 24, 2025 v1.0.0 Nov 7, 2024 Changes in this version + func NewItem(key string, data []byte, expire int32) *memcache.Item + type Cacher struct + func (c *Cacher) Decr(key string) error + func (c *Cacher) Delete(key string) error + func (c *Cacher) Flush() error + func (c *Cacher) Get(key string) any + func (c *Cacher) Incr(key string) error + func (c *Cacher) IsExist(key string) bool + func (c *Cacher) Ping() error + func (c *Cacher) Put(key string, val any, expire int64) error + func (c *Cacher) StartAndGC(opt cache.Options) error