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

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

View File

@ -8,12 +8,12 @@ The plugin API lets you:
- [Query data](#query-data)
- [Log messages for monitoring and debugging](#log-messages-for-monitoring-and-debugging)
- [Maintain state with in-memory cache](#maintain-state-with-in-memory-cache)
- [Store and Retrieve Cached Data](#store-and-retrieve-cached-data)
- [Use TTL Appropriately](#use-ttl-appropriately)
- [Share Data Across Plugins](#share-data-across-plugins)
- [Build a Counter](#building-a-counter)
- [Store and retrieve cached data](#store-and-retrieve-cached-data)
- [Use TTL appropriately](#use-ttl-appropriately)
- [Share data Across plugins](#share-data-across-plugins)
- [Build a counter](#building-a-counter)
- [Guidelines for in-memory caching](#guidelines-for-in-memory-caching)
- [Consider Cache Limitations](#consider-cache-limitations)
- [Consider cache limitations](#consider-cache-limitations)
## Get started with the shared API