Skip to content

Cache operators

Public

The Cache family contains 1 operator. Redis-backed key/value cache scoped to the run’s document.

Caches step results by key with configurable TTL.

Version 1.0.0 · Semantics passthrough · Visibility advanced

FieldTypeRequiredDefaultDescription
key_expressionstringyesCEL expression producing the cache key.
ttl_secondsintegerno3600
PortTypeRequiredDescription
inputanyyesInput
PortTypeRequiredDescription
cache_hitbooleannoCache Hit
outputanynoOutput

Every operator above is rendered from its JSON schema in /opt/glyph/schemas/operators/:

  • schemas/operators/cache.entry.json