Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1533 type lruSessionCache struct { struct
1534 sync.Mutex
1536 m map[string]*list.Element
1537 q *list.List
1538 capacity int
1547 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {
1575 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {
1589 lruSessionCache anonMember
1607 lruSessionCache anonMember