github.com/jackc/pgconn/stmtcache.LRU.m (field)
7 uses
github.com/jackc/pgconn/stmtcache (current package)
lru.go#L20: m map[string]*list.Element
lru.go#L37: m: make(map[string]*list.Element),
lru.go#L56: if el, ok := c.m[sql]; ok {
lru.go#L74: c.m[sql] = el
lru.go#L106: elem, inMap := c.m[sql]
lru.go#L116: delete(c.m, psd.SQL)
lru.go#L152: delete(c.m, psd.SQL)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |