update to cache integrations

pull/5963/head
meelahme 2025-04-16 12:22:19 -07:00
parent 43922af68a
commit 29d9186d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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