#include <SSLSessionPersistentCache.h>
|
| SSLSessionPersistentCache (std::shared_ptr< folly::Executor > executor, const std::string &filename, std::size_t cacheCapacity, std::chrono::seconds syncInterval) |
|
| SSLSessionPersistentCache (const std::string &filename, std::size_t cacheCapacity, std::chrono::seconds syncInterval) |
|
| SSLSessionPersistentCacheBase (std::shared_ptr< PersistentCache< std::string, SSLSessionCacheData >> cache) |
|
| SSLSessionPersistentCacheBase (std::shared_ptr< folly::Executor > executor, const std::string &filename, std::size_t cacheCapacity, std::chrono::seconds syncInterval) |
|
| SSLSessionPersistentCacheBase (const std::string &filename, std::size_t cacheCapacity, std::chrono::seconds syncInterval) |
|
void | setSSLSession (const std::string &identity, SSLSessionPtr session) noexceptoverride |
|
SSLSessionPtr | getSSLSession (const std::string &identity) const noexceptoverride |
|
bool | removeSSLSession (const std::string &identity) noexceptoverride |
|
bool | supportsPersistence () const noexceptoverride |
|
void | setTimeUtil (std::unique_ptr< TimeUtil > timeUtil) noexcept |
|
size_t | size () const override |
|
virtual | ~SSLSessionCallbacks () |
|
wangle::SSLSessionPersistentCache::SSLSessionPersistentCache |
( |
std::shared_ptr< folly::Executor > |
executor, |
|
|
const std::string & |
filename, |
|
|
std::size_t |
cacheCapacity, |
|
|
std::chrono::seconds |
syncInterval |
|
) |
| |
|
inline |
Definition at line 105 of file SSLSessionPersistentCache.h.
constexpr detail::Map< Move > move
PUSHMI_INLINE_VAR constexpr __adl::get_executor_fn executor
SSLSessionPersistentCacheBase(std::shared_ptr< PersistentCache< std::string, SSLSessionCacheData >> cache)
wangle::SSLSessionPersistentCache::SSLSessionPersistentCache |
( |
const std::string & |
filename, |
|
|
std::size_t |
cacheCapacity, |
|
|
std::chrono::seconds |
syncInterval |
|
) |
| |
|
inline |
Definition at line 116 of file SSLSessionPersistentCache.h.
SSLSessionPersistentCacheBase(std::shared_ptr< PersistentCache< std::string, SSLSessionCacheData >> cache)
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: