cache_stream_get
Retrieve previously cached stream data as an ordered list of string chunks, returning null on cache miss to handle missing or empty entries efficiently.
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 |