Input
ExecutionInitiate Execution
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.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Initiate Execution
Cache handle from the Open Cache node. Its namespace decides what is removed.
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.
Shared by everyone who can execute in the app.
Private to the user who triggered the run.
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.
Done with the Execution
How many entries were removed