package
1.0.0-alpha.1
Repository: https://github.com/dgduncan/go-cond-cache.git
Documentation: pkg.go.dev

# Functions

New creates a new PostgreSQL cache instance with the provided configuration.

# Variables

ErrPingFailed is returned if the initial ping to the database returns an error.

# Structs

Cache implements the gocondcache.Cache interface using PostgreSQL as the storage backend.
Config defines the configuration options for the PostgreSQL cache implementation.