[This is preliminary documentation and is subject to change.]
Session caching will be optionally supported.
It can be turned on or off.
DVT will only support in memory caching.
Caching will be enabled by default.
| C# | Visual Basic | Visual C++ |
bool CacheTlsSessions { get; set; }
Property CacheTlsSessions As Boolean
property bool CacheTlsSessions { bool get (); void set (bool value); }