package
2.0.0-reader+incompatible
Repository: https://github.com/slava/pgconn.git
Documentation: pkg.go.dev

# Functions

New returns the preferred cache implementation for mode and cap.
NewLRU creates a new LRU.

# Constants

Cache should prepare the anonymous prepared statement to only fetch the description of the statement.
Cache should prepare named statements.

# Structs

LRU implements Cache with a Least Recently Used (LRU) cache.

# Interfaces

Cache prepares and caches prepared statement descriptions.