crypto/tls.lruSessionCache.q (field)
9 uses
crypto/tls (current package)
common.go#L1345: q *list.List
common.go#L1365: q: list.New(),
common.go#L1378: c.q.Remove(elem)
common.go#L1383: c.q.MoveToFront(elem)
common.go#L1388: if c.q.Len() < c.capacity {
common.go#L1390: c.m[sessionKey] = c.q.PushFront(entry)
common.go#L1394: elem := c.q.Back()
common.go#L1399: c.q.MoveToFront(elem)
common.go#L1410: c.q.MoveToFront(elem)
![]() |
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. |