Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1052 type lruClientSessionCache struct { struct
1053 lruSessionCache
1056 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1060 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {