Searched defs:lruClientSessionCache (Results 1 – 2 of 2) sorted by relevance
2279 type lruClientSessionCache struct { struct2280 lruSessionCache2283 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {2287 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
2265 type lruClientSessionCache struct { struct2266 lruSessionCache2269 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {2273 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {