Type Definition bearssl::br_ssl_session_cache_class [] [src]

type br_ssl_session_cache_class = br_ssl_session_cache_class_;

\brief Class type for a session parameter cache.

Session parameters are saved in the cache with save(), and retrieved with load(). The cache implementation can apply any storage and eviction strategy that it sees fit. The SSL server context that performs the request is provided, so that its functionalities may be used by the implementation (e.g. hash functions or random number generation).