Stream Cache
Reads a stream into memory and outputs its content as a string.
A stream represents data that is read sequentially and can typically only be consumed once.
This node reads the entire stream into memory (caches it) and outputs the content as a single string. This allows the data to be accessed multiple times by other nodes.
Inputs#
| Port | Description |
|---|---|
| The stream to read and cache. |
Outputs#
| Port | Description |
|---|---|
| The cached stream content as a string. |
ID: core/stream-cache@v1