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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/5963/head
Jameelah Mercer 2025-05-09 13:10:24 -07:00 committed by GitHub
parent 504f2a888c
commit 6f233a14ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The plugin API lets you:
- [Maintain state with the 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)
- [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)