You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-core-plugins/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -468,14 +468,14 @@ the trigger-spec you define must be unique across all plugins configured for a s
468
468
regardless of which database they are associated with.
469
469
470
470
471
-
## In-Memory Cache
471
+
## In-memory cache
472
472
473
473
The Processing Engine provides a powerful in-memory cache system that enables plugins to persist and retrieve data between executions. This cache system is essential for maintaining state, tracking metrics over time, and optimizing performance when working with external data sources.
474
474
475
475
### Key Benefits
476
476
477
-
-**State Persistence**: Maintain counters, timestamps, and other state variables across plugin executions.
478
-
-**Performance and Cost Optimization**: Store frequently used data to avoid expensive recalculations, and minimize external API calls by caching responses and avoiding rate limits.
477
+
-**State persistence**: Maintain counters, timestamps, and other state variables across plugin executions.
478
+
-**Performance and cost optimization**: Store frequently used data to avoid expensive recalculations. Minimize external API calls by caching responses and avoiding rate limits.
479
479
-**Data Enrichment**: Cache lookup tables, API responses, or reference data to enrich data efficiently.
480
480
481
481
### Cache API
@@ -607,7 +607,7 @@ Prime the cache at startup for critical data. This can be especially useful for
0 commit comments