Searched refs:sessionCache (Results 1 – 2 of 2) sorted by relevance
126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local135 SOCKET_OPERATION_TIMEOUT, sessionCache), 443)); in newInstance()
248 sessionCache := c.config.ClientSessionCache250 if sessionCache != nil {258 candidateSession, ok := sessionCache.Get(cacheKey)665 if sessionCache != nil && hs.session != nil && session != hs.session {669 sessionCache.Put(cacheKey, hs.session)