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#L402: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L422: 			c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L445: 		c.config.ClientSessionCache.Put(cacheKey, nil)
		handshake_client.go#L1059: 	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)