Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresDb ¶
type PostgresDb struct { Name string // contains filtered or unexported fields }
Implements Cacher
func NewDbCache ¶
func NewDbCache(connStr string, cacheName string) (*PostgresDb, error)
func (*PostgresDb) Put ¶
func (db *PostgresDb) Put(key string, value string)
Click to show internal directories.
Click to hide internal directories.