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 PostgresCacher + func (c *PostgresCacher) Ping() error v0.1.0 May 15, 2022 Changes in this version + type PostgresCacher struct + func NewPostgresCacher() *PostgresCacher + func (c *PostgresCacher) Decr(key string) error + func (c *PostgresCacher) Delete(key string) error + func (c *PostgresCacher) Flush() error + func (c *PostgresCacher) Get(key string) interface{} + func (c *PostgresCacher) Incr(key string) error + func (c *PostgresCacher) IsExist(key string) bool + func (c *PostgresCacher) Put(key string, val interface{}, expire int64) error + func (c *PostgresCacher) StartAndGC(opt cache.Options) (err error)