Searched defs:lruSessionCache (Results 1 – 1 of 1) sorted by relevance
1894 type lruSessionCache struct { struct1895 sync.Mutex1897 m map[string]*list.Element1898 q *list.List1899 capacity int1908 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {1936 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {1950 lruSessionCache anonMember1968 lruSessionCache anonMember