cache cache_tls_session {
	#
	#  driver:: `cache` driver.
	#
	driver = "rbtree"

	#
	#  key:: The `cache` key.
	#
	key = &Session-Id

	#
	#  ttl:: TTL for `cache` entries.
	#
	ttl = 3600

	#
	#  update <section> { ... }::
	#
	update {
		&reply.Session-Data := &Session-Data
	}
}
