Searched refs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
1633 type lruSessionCache struct { struct1647 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument1675 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument1689 lruSessionCache anonMember1693 c.lruSessionCache.Put(sessionKey, cs)1697 cs, ok := c.lruSessionCache.Get(sessionKey)1707 lruSessionCache anonMember1711 c.lruSessionCache.Put(sessionId, session)1715 cs, ok := c.lruSessionCache.Get(sessionId)1732 lruSessionCache{[all …]