crypto/tls.ClientSessionCache.Put (method)
6 uses
crypto/tls (current package)
common.go#L364: Put(sessionKey string, cs *ClientSessionState)
handshake_client.go#L162: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client.go#L227: c.config.ClientSessionCache.Put(cacheKey, hs.session)
handshake_client.go#L284: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client.go#L305: c.config.ClientSessionCache.Put(cacheKey, nil)
handshake_client_tls13.go#L682: c.config.ClientSessionCache.Put(cacheKey, session)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)