summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/dev/cache-prefetch.rst12
-rw-r--r--doc/dev/config-lua-performance.rst2
l---------doc/dev/modules-predict.rst1
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/dev/cache-prefetch.rst b/doc/dev/cache-prefetch.rst
new file mode 100644
index 00000000..ec933ae7
--- /dev/null
+++ b/doc/dev/cache-prefetch.rst
@@ -0,0 +1,12 @@
+.. SPDX-License-Identifier: GPL-3.0-or-later
+
+.. _cache-prefetch:
+
+Prefetching cache records
+=========================
+
+Following modules and configuration help to keep the cache hot by prefetching records.
+
+.. include:: ../../modules/prefetch/README.rst
+
+.. include:: ../../modules/predict/README.rst
diff --git a/doc/dev/config-lua-performance.rst b/doc/dev/config-lua-performance.rst
index ce7fa16e..5f273a71 100644
--- a/doc/dev/config-lua-performance.rst
+++ b/doc/dev/config-lua-performance.rst
@@ -26,7 +26,7 @@ impact than cache settings and number of instances.
daemon-bindings-cache
systemd-multiinst
- modules-predict
+ cache-prefetch
modules-prefill
modules-serve_stale
modules-rfc7706
diff --git a/doc/dev/modules-predict.rst b/doc/dev/modules-predict.rst
deleted file mode 120000
index f60ef143..00000000
--- a/doc/dev/modules-predict.rst
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/predict/README.rst \ No newline at end of file