Searched defs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
1529 type lruSessionCache struct { struct1530 sync.Mutex1532 m map[string]*list.Element1533 q *list.List1534 capacity int1560 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {1593 func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {