pub type nrf_sec_session_cache_t = u32;
Expand description

Session cache configuration for the TLS connection.

  • 0 - Disabled.
  • 1 - Enabled.

By default, the session cache is enabled. @note Session cache, may not be used if the peer does not support it.