Cache context. More...
#include <ssl_cache.h>
Data Fields | |
ssl_cache_entry * | chain |
int | timeout |
int | max_entries |
Cache context.
Definition at line 66 of file ssl_cache.h.
start of the chain
Definition at line 68 of file ssl_cache.h.
Referenced by ssl_cache_free(), ssl_cache_get(), and ssl_cache_set().
maximum entries
Definition at line 70 of file ssl_cache.h.
Referenced by ssl_cache_init(), ssl_cache_set(), and ssl_cache_set_max_entries().
cache entry timeout
Definition at line 69 of file ssl_cache.h.
Referenced by ssl_cache_get(), ssl_cache_init(), ssl_cache_set(), and ssl_cache_set_timeout().