Searched defs:lruServerSessionCache (Results 1 – 2 of 2) sorted by relevance
2306 type lruServerSessionCache struct { struct2307 lruSessionCache2310 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {2314 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {
2283 type lruServerSessionCache struct { struct2284 lruSessionCache2287 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {2291 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {