Lines Matching refs:lruSessionCache
997 type lruSessionCache struct { struct
1011 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { argument
1039 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) { argument
1053 lruSessionCache anonMember
1057 c.lruSessionCache.Put(sessionKey, cs)
1061 cs, ok := c.lruSessionCache.Get(sessionKey)
1071 lruSessionCache anonMember
1075 c.lruSessionCache.Put(sessionId, session)
1079 cs, ok := c.lruSessionCache.Get(sessionId)
1096 lruSessionCache{
1114 lruSessionCache{