Searched defs:lruClientSessionCache (Results 1 – 1 of 1) sorted by relevance
2217 type lruClientSessionCache struct { struct2218 lruSessionCache2221 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {2225 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {