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)