Searched defs:lruClientSessionCache (Results 1 – 1 of 1) sorted by relevance
1949 type lruClientSessionCache struct { struct1950 lruSessionCache1953 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {1957 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {