From 63c750c7268503340366385545ac580ab4dd5770 Mon Sep 17 00:00:00 2001 From: Benjamin <5719034+bnjjj@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:31:14 +0100 Subject: [PATCH] add configuration in the docs Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> --- docs/source/configuration/entity-caching.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/configuration/entity-caching.mdx b/docs/source/configuration/entity-caching.mdx index 4f898ecdbc..be445cd8f9 100644 --- a/docs/source/configuration/entity-caching.mdx +++ b/docs/source/configuration/entity-caching.mdx @@ -91,6 +91,7 @@ For example: # Enable entity caching globally preview_entity_cache: enabled: true + expose_keys_in_context: true # Optional, it will expose cache keys in the context in order to use it in coprocessors or Rhai subgraph: all: enabled: true