crypto/tls.ClientSessionCache.Put (method)

8 uses

	crypto/tls (current package)
		common.go#L400: 	Put(sessionKey string, cs *ClientSessionState)
		handshake_client.go#L250: 					c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L406: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L426: 			c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L452: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L1069: 	c.config.ClientSessionCache.Put(cacheKey, cs)
		handshake_client_tls13.go#L883: 		c.config.ClientSessionCache.Put(cacheKey, cs)
		quic.go#L355: 	c.config.ClientSessionCache.Put(cacheKey, cs)