Lines Matching refs:lruSessionCache
1633 type lruSessionCache struct { struct
1647 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument
1675 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument
1689 lruSessionCache anonMember
1693 c.lruSessionCache.Put(sessionKey, cs)
1697 cs, ok := c.lruSessionCache.Get(sessionKey)
1707 lruSessionCache anonMember
1711 c.lruSessionCache.Put(sessionId, session)
1715 cs, ok := c.lruSessionCache.Get(sessionId)
1732 lruSessionCache{
1750 lruSessionCache{