Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go1529 type lruSessionCache struct { struct
1530 sync.Mutex
1532 m map[string]*list.Element
1533 q *list.List
1534 capacity int
1560 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
1593 func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {