Update content/shared/extended-plugin-api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-06 12:21:44 -07:00 committed by GitHub
parent e37c3e6244
commit ee69ac89c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ influxdb3_local.info("Processing complete", obj_to_log)
The system writes all log messages to the server logs and stores them in [system tables](/influxdb3/version/reference/cli/influxdb3/show/system/summary/), where you can query them using SQL.
## Maintain state with in-memory cache
## Maintain state with the in-memory cache
The Processing engine provides an in-memory cache system that enables plugins to persist and retrieve data between executions.