Versions in this module Expand all Collapse all v0 v0.2.2 Nov 12, 2025 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) Ping() error + func (c *PostgresCacher) Put(key string, val interface{}, expire int64) error + func (c *PostgresCacher) StartAndGC(opt cache.Options) (err error)