From: Suzanne Goldlust Date: Thu, 10 Jan 2019 14:20:12 +0000 (-0500) Subject: Update hooks-host-cache.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076c691fe92d6ada9c97082d96c1617612ef497d;p=thirdparty%2Fkea.git Update hooks-host-cache.xml --- diff --git a/doc/guide/hooks-host-cache.xml b/doc/guide/hooks-host-cache.xml index 2a1017e8d6..7cf475675f 100644 --- a/doc/guide/hooks-host-cache.xml +++ b/doc/guide/hooks-host-cache.xml @@ -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. @@ -111,7 +111,7 @@ certain number of cached hosts, please use cache-flush instead. "command": "cache-write", "arguments": "/tmp/kea-host-cache.json" } -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.