From 2f9c30203ef5c9f1a2873103ab7b2737a20999a0 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 14:42:45 -0400 Subject: [PATCH] Add new file --- doc/api/cache-load.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/api/cache-load.json diff --git a/doc/api/cache-load.json b/doc/api/cache-load.json new file mode 100644 index 0000000000..2ccfca29c3 --- /dev/null +++ b/doc/api/cache-load.json @@ -0,0 +1,12 @@ +{ + "name": "cache-load", + "brief": "This command allows load the contents of a file on disk into an in-memory cache.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.4.0", + "hook": "host_cache", + "cmd-syntax": "{ + \"command\": \"cache-load\", + \"arguments\": \"/tmp/kea-host-cache.json\" +}", +} -- 2.47.2