|
proxygen
|
#include <wangle/ssl/SSLCacheProvider.h>#include <wangle/ssl/SSLStats.h>#include <folly/container/EvictingCacheMap.h>#include <mutex>#include <folly/hash/Hash.h>#include <folly/io/async/AsyncSSLSocket.h>Go to the source code of this file.
Classes | |
| class | wangle::LocalSSLSessionCache |
| class | wangle::ShardedLocalSSLSessionCache |
| struct | wangle::PendingLookup |
| class | wangle::SSLSessionCacheManager |
Namespaces | |
| wangle | |
Typedefs | |
| typedef folly::EvictingCacheMap< std::string, SSL_SESSION * > | wangle::SSLSessionCacheMap |
| typedef std::pair< folly::AsyncSSLSocket *, std::unique_ptr< folly::DelayedDestruction::DestructorGuard > > | wangle::AttachedLookup |
| typedef std::map< std::string, PendingLookup > | wangle::PendingLookupMap |