github.com/refraction-networking/utls.ClientSessionCache.Get (method)

3 uses

	github.com/refraction-networking/utls (current package)
		common.go#L383: 	Get(sessionKey string) (session *ClientSessionState, ok bool)
		handshake_client.go#L432: 	cs, ok := c.config.ClientSessionCache.Get(cacheKey)
		u_pre_shared_key.go#L345: 	if session, ok := uc.config.ClientSessionCache.Get(uc.clientSessionCacheKey()); !ok || session == nil {