Searched defs:lruServerSessionCache (Results 1 – 2 of 2) sorted by relevance
2297 type lruServerSessionCache struct { struct2298 lruSessionCache2301 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {2305 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) {