Versions in this module Expand all Collapse all v0 v0.2.1 Sep 6, 2024 v0.2.0 May 15, 2022 Changes in this version type MysqlCacher + func (c *MysqlCacher) Ping() error v0.1.0 May 15, 2022 Changes in this version + type MysqlCacher struct + func NewMysqlCacher() *MysqlCacher + func (c *MysqlCacher) Decr(key string) error + func (c *MysqlCacher) Delete(key string) error + func (c *MysqlCacher) Flush() error + func (c *MysqlCacher) Get(key string) interface{} + func (c *MysqlCacher) Incr(key string) error + func (c *MysqlCacher) IsExist(key string) bool + func (c *MysqlCacher) Put(key string, val interface{}, expire int64) error + func (c *MysqlCacher) StartAndGC(opt cache.Options) (err error)