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

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

View File

@ -282,7 +282,7 @@ To get the most out of the in-memory cache, follow these guidelines:
### Use the trigger-specific namespace
The Processing engine provides a cache that supports stateful operations while maintaining isolation between different triggers. Use the trigger-specific namespace for most operations and the global namespace only when data sharing across triggers is necessary.
The Processing engine provides a cache that supports stateful operations while maintaining isolation between different triggers. Use the trigger-specific namespace for most operations and the global namespace only when you need to share data across triggers.
### Use TTL appropriately