From 076c691fe92d6ada9c97082d96c1617612ef497d Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 10 Jan 2019 09:20:12 -0500 Subject: [PATCH] Update hooks-host-cache.xml --- doc/guide/hooks-host-cache.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2