crypto/tls.Config.ClientSessionCache (field)
12 uses
crypto/tls (current package)
common.go#L656: ClientSessionCache ClientSessionCache
common.go#L773: ClientSessionCache: c.ClientSessionCache,
handshake_client.go#L162: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client.go#L227: c.config.ClientSessionCache.Put(cacheKey, hs.session)
handshake_client.go#L235: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_client.go#L256: session, ok := c.config.ClientSessionCache.Get(cacheKey)
handshake_client.go#L284: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client.go#L305: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client_tls13.go#L629: if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
handshake_client_tls13.go#L643: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_client_tls13.go#L682: c.config.ClientSessionCache.Put(cacheKey, session)
![]() |
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. |