]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update hooks-host-cache.xml
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 10 Jan 2019 14:20:12 +0000 (09:20 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/hooks-host-cache.xml

index 2a1017e8d6a14f449ffcfadd463b4a36cf511ede..7cf475675f157784b5d58175737104c3c2f20c50 100644 (file)
@@ -4,8 +4,8 @@
   slow and may take a long time to respond. Since Kea in general is
   synchronous, the backend performance directly affects the DHCP
   performance. To minimize the impact and improve performance, the
-  Host Cache library provides a way to cache responses from other
-  hosts. This includes negative caching, i.e. the ability to remember
+  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.</para>
 
 
@@ -111,7 +111,7 @@ certain number of cached hosts, please use cache-flush instead.
     "command": "cache-write",
     "arguments": "/tmp/kea-host-cache.json"
 }</screen>
-This command will store the contents to the /tmp/kea-host-cache.json file.
+This causes the contents to be stored in the /tmp/kea-host-cache.json file.
 That file can then be loaded with the cache-load command or processed by
 any other tool that is able to understand JSON format.
     </para>