Searched refs:ClientSessionCache (Results 1 – 3 of 3) sorted by relevance
229 type ClientSessionCache interface { interface339 ClientSessionCache ClientSessionCache member1089 func NewLRUClientSessionCache(capacity int) ClientSessionCache {
675 config.ClientSessionCache = NewLRUClientSessionCache(1)708 resumeConfig.ClientSessionCache = NewLRUClientSessionCache(1)713 resumeConfig.ClientSessionCache = config.ClientSessionCache
148 sessionCache := c.config.ClientSessionCache