Searched defs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
2162 type lruSessionCache struct { struct2163 sync.Mutex2165 m map[string]*list.Element2166 q *list.List2167 capacity int2176 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {2204 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {2218 lruSessionCache anonMember2236 lruSessionCache anonMember