Get searches for a ClientSessionState associated with the given key. On return, ok is true if one was found.
(sessionKey string)
| 374 | // Get searches for a ClientSessionState associated with the given key. |
| 375 | // On return, ok is true if one was found. |
| 376 | Get(sessionKey string) (session *ClientSessionState, ok bool) |
| 377 | |
| 378 | // Put adds the ClientSessionState to the cache with the given key. It might |
| 379 | // get called multiple times in a connection if a TLS 1.3 server provides |