Versions in this module Expand all Collapse all v0 v0.0.6 Jun 24, 2022 v0.0.5 Jun 8, 2022 Changes in this version + type PostgresDb struct + Name string + func NewDbCache(connStr string, cacheName string) (*PostgresDb, error) + func (db *PostgresDb) Put(key string, value string) + func (db PostgresDb) Get(key string) (string, bool)