Update content/shared/extended-plugin-api.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5963/head
parent
d9fc64aed6
commit
e7bb694687
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue