Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1894 type lruSessionCache struct { struct
1895 sync.Mutex
1897 m map[string]*list.Element
1898 q *list.List
1899 capacity int
1908 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {
1936 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {
1950 lruSessionCache anonMember
1968 lruSessionCache anonMember