proxygen
|
#include <SSLCacheOptions.h>
Public Attributes | |
std::chrono::seconds | sslCacheTimeout |
uint64_t | maxSSLCacheSize |
uint64_t | sslCacheFlushSize |
Definition at line 23 of file SSLCacheOptions.h.
uint64_t wangle::SSLCacheOptions::maxSSLCacheSize |
Definition at line 25 of file SSLCacheOptions.h.
Referenced by wangle::ServerSSLContext::setupSessionCache().
uint64_t wangle::SSLCacheOptions::sslCacheFlushSize |
Definition at line 26 of file SSLCacheOptions.h.
Referenced by wangle::ServerSSLContext::setupSessionCache().
std::chrono::seconds wangle::SSLCacheOptions::sslCacheTimeout |
Definition at line 24 of file SSLCacheOptions.h.
Referenced by wangle::Acceptor::createFizzTicketCipher(), and wangle::ServerSSLContext::setupSessionCache().