Searched defs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
1533 type lruSessionCache struct { struct1534 sync.Mutex1536 m map[string]*list.Element1537 q *list.List1538 capacity int1547 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {1575 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {1589 lruSessionCache anonMember1607 lruSessionCache anonMember