From 29d9186d6f216d588cdfa428e91242c812f704a4 Mon Sep 17 00:00:00 2001 From: meelahme Date: Wed, 16 Apr 2025 12:22:19 -0700 Subject: [PATCH] update to cache integrations --- content/shared/influxdb3-processing-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index e29397848..111931a59 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -12,7 +12,7 @@ The Processing engine runs Python code directly within a {{% product-name %}} se - **Direct data access**: Zero-copy access to data - **Event-driven**: Responds to database writes, scheduled events, and HTTP requests - **Isolated contexts**: Maintains separation between different plugin executions -- **Cache integration**: Access to system caches, such as [Last Value Cache](v3-core-get-started/_index.md/#last-values-cache) and [Distinct Value Cache]() +- **Cache integration**: Access to system caches, such as [Last Value Cache](/influxdb3/core/get-started/#last-values-cache) and [Distinct Value Cache](/influxdb3/core/get-started/#distinct-values-cache) ### Event processing flow