Searched refs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
1894 type lruSessionCache struct { struct1908 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument1936 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument1950 lruSessionCache anonMember1954 c.lruSessionCache.Put(sessionKey, cs)1958 cs, ok := c.lruSessionCache.Get(sessionKey)1968 lruSessionCache anonMember1972 c.lruSessionCache.Put(sessionId, session)1976 cs, ok := c.lruSessionCache.Get(sessionId)1993 lruSessionCache{[all …]