Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go2162 type lruSessionCache struct { struct
2163 sync.Mutex
2165 m map[string]*list.Element
2166 q *list.List
2167 capacity int
2176 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) {
2204 func (c *lruSessionCache) Get(sessionKey string) (interface{}, bool) {
2218 lruSessionCache anonMember
2236 lruSessionCache anonMember