Searched defs:lruClientSessionCache (Results 1 – 1 of 1) sorted by relevance
2080 type lruClientSessionCache struct { struct2081 lruSessionCache2084 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {2088 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {