Function grpcio_sys::grpc_ssl_session_cache_create_lru
source · pub unsafe extern "C" fn grpc_ssl_session_cache_create_lru(
capacity: usize
) -> *mut grpc_ssl_session_cache
Expand description
Create LRU cache for client-side SSL sessions with the given capacity. If capacity is < 1, a default capacity is used instead.