Skip to content

Invalidate Cache Namespace Node

Data/Cache

Removes every entry in the cache handle's namespace in one call — including entries with no lifetime. The handle must carry a namespace; per-key removal is the Delete Cache node's job.

cache_invalidate_namespacedata
Inputs2
Outputs2
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.
8/10High
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
8/10High
CostExternal or compute cost impact.
8/10High

Input Pins

2

Input

Execution
exec_in

Initiate Execution

Cache

Struct
cache

Cache handle from the Open Cache node. Its namespace decides what is removed.

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

Output Pins

2

Output

Execution
exec_out

Done with the Execution

Deleted

Integer
deleted

How many entries were removed

Node Info

Internal name
cache_invalidate_namespace
Category
Data/Cache
Version
1