Searched defs:lruSessionCache (Results 1 – 2 of 2) sorted by relevance
2233 type lruSessionCache struct { struct2234 sync.Mutex2236 m map[string]*list.Element2237 q *list.List2238 capacity int2247 func (c *lruSessionCache) Put(sessionKey string, cs any) {2275 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {2289 lruSessionCache anonMember2307 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