Searched defs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
2025 type lruSessionCache struct { struct2026 sync.Mutex2028 m map[string]*list.Element2029 q *list.List2030 capacity int2039 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {2067 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {2081 lruSessionCache anonMember2099 lruSessionCache anonMember