Node for single cached session.
More...
Node for single cached session.
Definition at line 33 of file ssl_session_cache.cc.
◆ Node() [1/2]
◆ Node() [2/2]
tsi::SslSessionLRUCache::Node::Node |
( |
const Node & |
| ) |
|
|
delete |
◆ CopySession()
SslSessionPtr tsi::SslSessionLRUCache::Node::CopySession |
( |
| ) |
const |
|
inline |
◆ key()
const std::string& tsi::SslSessionLRUCache::Node::key |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetSession()
void tsi::SslSessionLRUCache::Node::SetSession |
( |
SslSessionPtr |
session | ) |
|
|
inline |
◆ SslSessionLRUCache
◆ key_
std::string tsi::SslSessionLRUCache::Node::key_ |
|
private |
◆ next_
Node* tsi::SslSessionLRUCache::Node::next_ = nullptr |
|
private |
◆ prev_
Node* tsi::SslSessionLRUCache::Node::prev_ = nullptr |
|
private |
◆ session_
The documentation for this class was generated from the following file: