MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / sessionCacheEnabled

Method sessionCacheEnabled

base/poco/NetSSL_OpenSSL/src/Context.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368bool Context::sessionCacheEnabled() const
369{
370 return SSL_CTX_get_session_cache_mode(_pSSLContext) != SSL_SESS_CACHE_OFF;
371}
372
373
374void Context::setSessionCacheSize(std::size_t size)

Callers 1

connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected