Searched defs:lruSessionCache (Results 1 – 3 of 3) 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) {
2224 type lruSessionCache struct { struct2225 sync.Mutex2227 m map[string]*list.Element2228 q *list.List2229 capacity int2238 func (c *lruSessionCache) Put(sessionKey string, cs any) {2266 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {2280 lruSessionCache anonMember2298 lruSessionCache anonMember
2210 type lruSessionCache struct { struct2211 sync.Mutex2213 m map[string]*list.Element2214 q *list.List2215 capacity int2224 func (c *lruSessionCache) Put(sessionKey string, cs any) {2252 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {2266 lruSessionCache anonMember2284 lruSessionCache anonMember