Lines Matching refs:lruSessionCache
1894 type lruSessionCache struct { struct
1908 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument
1936 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument
1950 lruSessionCache anonMember
1954 c.lruSessionCache.Put(sessionKey, cs)
1958 cs, ok := c.lruSessionCache.Get(sessionKey)
1968 lruSessionCache anonMember
1972 c.lruSessionCache.Put(sessionId, session)
1976 cs, ok := c.lruSessionCache.Get(sessionId)
1993 lruSessionCache{
2011 lruSessionCache{