Searched refs:ClientSessionCache (Results 1 – 4 of 4) sorted by relevance
295 type ClientSessionCache interface { interface405 ClientSessionCache ClientSessionCache member1725 func NewLRUClientSessionCache(capacity int) ClientSessionCache {
1443 if c.config.ClientSessionCache == nil || newSessionTicket.ticketLifetime == 0 {1463 c.config.ClientSessionCache.Put(cacheKey, session)
248 sessionCache := c.config.ClientSessionCache
508 if config.ClientSessionCache == nil {509 config.ClientSessionCache = NewLRUClientSessionCache(1)1116 resumeConfig.ClientSessionCache = config.ClientSessionCache