2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

Update hooks-host-cache.xml

This commit is contained in:
Suzanne Goldlust
2019-01-10 09:20:12 -05:00
committed by Tomek Mrugalski
parent 3fa032744e
commit 076c691fe9

View File

@@ -4,8 +4,8 @@
slow and may take a long time to respond. Since Kea in general is slow and may take a long time to respond. Since Kea in general is
synchronous, the backend performance directly affects the DHCP synchronous, the backend performance directly affects the DHCP
performance. To minimize the impact and improve performance, the performance. To minimize the impact and improve performance, the
Host Cache library provides a way to cache responses from other Host Cache library provides a way to cache information from the database locally.
hosts. This includes negative caching, i.e. the ability to remember This includes negative caching, i.e. the ability to remember
that there is no client information in the database.</para> 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", "command": "cache-write",
"arguments": "/tmp/kea-host-cache.json" "arguments": "/tmp/kea-host-cache.json"
}</screen> }</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 That file can then be loaded with the cache-load command or processed by
any other tool that is able to understand JSON format. any other tool that is able to understand JSON format.
</para> </para>