cache_stream_get
Retrieve a cached stream as an ordered list of string chunks. Returns null on cache miss.
Instructions
Retrieve a previously cached stream as an ordered list of string chunks. Returns null on cache miss (key absent or empty list). Stored under cachly:stream:{key}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| key | Yes | Cache key |