crypto/tls.ClientSessionCache.Put (method)

6 uses

	crypto/tls (current package)
		common.go#L363: 	Put(sessionKey string, cs *ClientSessionState)
		handshake_client.go#L170: 				c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L237: 		c.config.ClientSessionCache.Put(cacheKey, hs.session)
		handshake_client.go#L294: 			c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L315: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client_tls13.go#L679: 	c.config.ClientSessionCache.Put(cacheKey, session)