Searched refs:ClientSessionCache (Results 1 – 8 of 8) sorted by relevance
52 ClientSessionCache: cfg.ClientSessionCache,
53 ClientSessionCache: cfg.ClientSessionCache,
29 ClientSessionCache: c.ClientSessionCache,
76 ClientSessionCache: c.ClientSessionCache,
301 type ClientSessionCache interface { interface421 ClientSessionCache ClientSessionCache member1986 func NewLRUClientSessionCache(capacity int) ClientSessionCache {
1577 if c.config.ClientSessionCache == nil || newSessionTicket.ticketLifetime == 0 {1600 _, ok := c.config.ClientSessionCache.Get(cacheKey)1602 c.config.ClientSessionCache.Put(cacheKey, session)
284 sessionCache := c.config.ClientSessionCache
686 if config.ClientSessionCache == nil {687 config.ClientSessionCache = NewLRUClientSessionCache(1)1367 resumeConfig.ClientSessionCache = config.ClientSessionCache