[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++ |
public bool CacheTlsSessions { get; set; }
Public Property CacheTlsSessions As Boolean
public: property bool CacheTlsSessions { bool get (); void set (bool value); }