Home
last modified time | relevance | path

Searched refs:lruClientSessionCache (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go965 type lruClientSessionCache struct { struct
969 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) { argument
973 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) { argument
1008 return &lruClientSessionCache{