github.com/jackc/pgconn/stmtcache.LRU.removeOldest (method)

3 uses

	github.com/jackc/pgconn/stmtcache (current package)
		lru.go#L62: 		err := c.removeOldest(ctx)
		lru.go#L82: 		err := c.removeOldest(ctx)
		lru.go#L148: func (c *LRU) removeOldest(ctx context.Context) error {