Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go2217 type lruClientSessionCache struct { struct
2218 lruSessionCache
2221 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
2225 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {