Stream Cache
Cache a stream and output it as a string.
Like the File Read node, some streams are readable only by a single consumer. This node caches the stream and outputs it as a string, which can be used by multiple consumers.
Inputs#
Port | Description |
---|---|
The input stream to be cached. |
Outputs#
Port | Description |
---|---|
The cached stream as a string. |
ID: stream-cache@v1