Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1633 type lruSessionCache struct { struct
1634 sync.Mutex
1636 m map[string]*list.Element
1637 q *list.List
1638 capacity int
1647 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {
1675 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {
1689 lruSessionCache anonMember
1707 lruSessionCache anonMember