proxygen
|
#include <folly/Executor.h>
#include <folly/Memory.h>
#include <wangle/client/persistence/PersistentCache.h>
#include <wangle/client/ssl/SSLSessionCacheData.h>
#include <wangle/client/ssl/SSLSession.h>
#include <wangle/client/ssl/SSLSessionCallbacks.h>
#include <atomic>
#include <chrono>
#include <map>
#include <openssl/ssl.h>
#include <wangle/client/ssl/SSLSessionPersistentCache-inl.h>
Go to the source code of this file.
Classes | |
class | wangle::SSLSessionPersistentCacheBase< K > |
class | wangle::SSLSessionPersistentCacheBase< K >::TimeUtil |
class | wangle::SSLSessionPersistentCache |
Namespaces | |
wangle | |