Skip to content

Open Cache Node

Data/Cache

Opens the app's key/value cache. Connect the result to Read, Write and Delete Cache nodes.

cache_opendata
Inputs2
Outputs1
Security exposure8/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
8/10High
PrivacyPotential sensitivity of processed data.
8/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

Scope

String
scope

App shares entries with everyone who can run this app. User keeps them private to whoever triggered the run.

Default App
AppUser

Namespace

String
namespace

Optional group name. Entries sharing a namespace can be removed together with the Invalidate Cache Namespace node, and short keys from different flows cannot collide.

Output Pins

1

Cache

Struct
cache

Cache handle for the Read, Write and Delete Cache nodes

FlowCacheFlowCache2 fields
scopeCacheScoperequired

Who a cache entry belongs to. Mirrors `flow_like_types::cache::CacheScope` on the wire; kept as its own type so the pin dropdown can carry friendly labels.

variant 1constvariant

Shared by everyone who can execute in the app.

const "app"
variant 2constvariant

Private to the user who triggered the run.

const "user"
namespacestring

Optional grouping travelling alongside every key. Entries sharing a namespace can be invalidated together; unrelated flows also use it to keep short keys from colliding.

default ""
Schema enforced

Node Info

Internal name
cache_open
Category
Data/Cache
Version
1