Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
bool Context::sessionCacheEnabled() const
369
{
370
return SSL_CTX_get_session_cache_mode(_pSSLContext) != SSL_SESS_CACHE_OFF;
371
}
372
373
374
void Context::setSessionCacheSize(std::size_t size)
Callers
1
connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected