Cache
Overview
The Cache node provides in-memory key-value storage for workflow data. It enables storing computed results, sharing data between workflow runs, and implementing caching patterns to avoid redundant API calls or expensive computations.
Category
State — state/cache
Inputs & Outputs
- input1 — Cache operation parameters (key, value, TTL)
- output1 — Cached value or operation result