crypto/tls.ClientSessionCache.Put (method)

7 uses

	crypto/tls (current package)
		common.go#L386: 	Put(sessionKey string, cs *ClientSessionState)
		handshake_client.go#L282: 					c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L433: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L464: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L1072: 	c.config.ClientSessionCache.Put(cacheKey, cs)
		handshake_client_tls13.go#L908: 		c.config.ClientSessionCache.Put(cacheKey, cs)
		quic.go#L332: 	c.config.ClientSessionCache.Put(cacheKey, cs)