Get searches for a ClientSessionState associated with the given key. On return, ok is true if one was found.
(sessionKey string)
| 354 | // Get searches for a ClientSessionState associated with the given key. |
| 355 | // On return, ok is true if one was found. |
| 356 | Get(sessionKey string) (session *ClientSessionState, ok bool) |
| 357 | |
| 358 | // Put adds the ClientSessionState to the cache with the given key. It might |
| 359 | // get called multiple times in a connection if a TLS 1.3 server provides |