Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go2025 type lruSessionCache struct { struct
2026 sync.Mutex
2028 m map[string]*list.Element
2029 q *list.List
2030 capacity int
2039 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {
2067 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {
2081 lruSessionCache anonMember
2099 lruSessionCache anonMember