Searched defs:lruClientSessionCache (Results 1 – 1 of 1) sorted by relevance
1052 type lruClientSessionCache struct { struct1053 lruSessionCache1056 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {1060 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {