Cache operators
PublicThe Cache family contains 1 operator. Redis-backed key/value cache scoped to the run’s document.
Operators in this family
Section titled “Operators in this family”cache.entry
Section titled “cache.entry”Caches step results by key with configurable TTL.
Version 1.0.0 · Semantics passthrough · Visibility advanced
Config
Section titled “Config”| Field | Type | Required | Default | Description |
|---|---|---|---|---|
key_expression | string | yes | — | CEL expression producing the cache key. |
ttl_seconds | integer | no | 3600 |
Input ports
Section titled “Input ports”| Port | Type | Required | Description |
|---|---|---|---|
input | any | yes | Input |
Output ports
Section titled “Output ports”| Port | Type | Required | Description |
|---|---|---|---|
cache_hit | boolean | no | Cache Hit |
output | any | no | Output |
Source schemas
Section titled “Source schemas”Every operator above is rendered from its JSON schema in /opt/glyph/schemas/operators/:
schemas/operators/cache.entry.json