Searched refs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
997 type lruSessionCache struct { struct1011 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument1039 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument1053 lruSessionCache anonMember1057 c.lruSessionCache.Put(sessionKey, cs)1061 cs, ok := c.lruSessionCache.Get(sessionKey)1071 lruSessionCache anonMember1075 c.lruSessionCache.Put(sessionId, session)1079 cs, ok := c.lruSessionCache.Get(sessionId)1096 lruSessionCache{[all …]