Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1949 type lruClientSessionCache struct { struct
1950 lruSessionCache
1953 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1957 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {