]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2403] Reformat section header
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 8 Jun 2022 21:59:10 +0000 (21:59 +0000)
committerThomas Markwalder <tmark@isc.org>
Tue, 14 Jun 2022 18:09:03 +0000 (14:09 -0400)
doc/sphinx/arm/hooks-host-cache.rst

index 78c8b5b33a923e5a413a33775948661128b1b295..76d172efa33e436f587bf6a38b73bc3ada3b6ab9 100644 (file)
@@ -1,12 +1,12 @@
 .. _hooks-host-cache:
 
-``host_cache``: Caching Host Reservations
-=========================================
+Host Cache: Caching Host Reservations for Improved Performance
+==============================================================
 
 Some database backends, such as RADIUS, are slow and may take
 a long time to respond. Since Kea in general is synchronous, backend
 performance directly affects DHCP performance. To minimize the
-impact and improve performance, the Host Cache library provides a way to
+impact and improve performance, the ``host_cache`` library provides a way to
 cache information from the database locally. This includes negative
 caching, i.e. the ability to remember that there is no client
 information in the database.