[][src]Function tabbyssl::libssl::ssl::tabby_SSL_CTX_sess_get_cache_size

#[no_mangle]pub extern "C" fn tabby_SSL_CTX_sess_get_cache_size(
    ctx_ptr: *mut TABBY_CTX_ARC
) -> c_long

SSL_CTX_sess_get_cache_size - return the currently session cache size

#include <tabbyssl/openssl/ssl.h>

long SSL_CTX_sess_get_cache_size(SSL_CTX ctx);